diff --git a/mpi.adoc b/mpi.adoc index 51ebe67..4d0101e 100644 --- a/mpi.adoc +++ b/mpi.adoc @@ -100,7 +100,6 @@ swarmlab-mpi login == Compile and Run the sample program. ``` -cd myproject mpicc -o mpi_hello_world ./mpi_hello_world.c mpirun ./mpi_hello_world ```