diff --git a/README.md b/README.md index a9b6d01..b23182f 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,11 @@ The host file that contains addresses of connected workers can be created with: -- Compile +#### Compile > mpicc -o /home/ubuntu/mpi_hello_world examples/mpi_hello_world.c -- run the MPI hello world program +#### run the MPI hello world program > sudo -u mpi mpirun -n 10 -f /home/ubuntu/hosts /home/ubuntu/mpi_hello_world