From 9ca297a2e2b1b6b9cfad5d5d504b4a968d099e9f Mon Sep 17 00:00:00 2001 From: test2 Date: Wed, 17 Jun 2020 13:42:40 +0300 Subject: [PATCH] info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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