|
@ -100,7 +100,6 @@ swarmlab-mpi login |
|
|
== Compile and Run the sample program. |
|
|
== Compile and Run the sample program. |
|
|
|
|
|
|
|
|
``` |
|
|
``` |
|
|
cd myproject |
|
|
|
|
|
mpicc -o mpi_hello_world ./mpi_hello_world.c |
|
|
mpicc -o mpi_hello_world ./mpi_hello_world.c |
|
|
mpirun ./mpi_hello_world |
|
|
mpirun ./mpi_hello_world |
|
|
``` |
|
|
``` |
|
|