Browse Source

examples

master
test2 4 years ago
parent
commit
62beeccc7a
  1. 2
      README.md

2
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
```
---

Loading…
Cancel
Save