Skip to content
Snippets Groups Projects
Commit d300b690 authored by harryprabowo's avatar harryprabowo
Browse files

Init

parent 4ce86c7d
Branches
No related merge requests found
*.out
\ No newline at end of file
.PHONY: all compile run
all: compile run
compile:
mpicc src/openmpi.c -o openmpi.out
run:
mpirun -np nproc --hostfile mpi_hostfile --bind-to core:overload-allowed openmpi.out
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment