From e03c09ea20e590eb3b5ae9a565c66f840f6914df Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 4 Mar 2021 22:54:38 +0200 Subject: [PATCH] nmap --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13ca163..5535584 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ This is a quickstart guide of howto use this *LabInstance to deploy MPI programs ```bash - +/project/bin/swarmlab-nmap +/project/bin/swarmlab-nmap > /project/hosts ``` @@ -65,7 +66,7 @@ This is a quickstart guide of howto use this *LabInstance to deploy MPI programs #### run the MPI hello world program -> mpirun -n 10 -f /home/ubuntu/hosts /home/ubuntu/mpi_hello_world +> mpirun -n 10 -f /project/hosts /project/mpi_hello_world ---