From 62beeccc7a3f9046ad24d688ca8372b91961800a Mon Sep 17 00:00:00 2001 From: test2 Date: Wed, 17 Jun 2020 22:32:38 +0300 Subject: [PATCH] examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a463e55..d3727cb 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The host file that contains addresses of connected workers can be created with: # scp hello wrold to all clients. sudo -u mpi for auto scp connect. see /home/mpi/.ssh while read -r line; do - sudo -u mpi scp /home/ubuntu/mpi_hello_world ubuntu@$line:/home/ubuntu/mpi_hello_world + scp /home/ubuntu/mpi_hello_world ubuntu@$line:/home/ubuntu/mpi_hello_world done < /home/ubuntu/hosts ``` ---