From 680a0f17ff255c8322578fb87d9b9aa87a7282ff Mon Sep 17 00:00:00 2001 From: test2 Date: Wed, 17 Jun 2020 22:33:41 +0300 Subject: [PATCH] examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3727cb..24eb374 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The host file that contains addresses of connected workers can be created with: #### run the MPI hello world program -> sudo -u mpi mpirun -n 10 -f /home/ubuntu/hosts /home/ubuntu/mpi_hello_world +> mpirun -n 10 -f /home/ubuntu/hosts /home/ubuntu/mpi_hello_world ---