Browse Source

readme 8

master
test2 4 years ago
parent
commit
1c984bfc3b
  1. 4
      README.md

4
README.md

@ -15,7 +15,7 @@ Instances of Ubuntu Linux with [MPICH](https://www.mpich.org) -- portable implem
## Quickstart ## Quickstart
This is a quickstart guide of how you can typically use this *LabInstance to deploy MPI programs* This is a quickstart guide of howto use this *LabInstance to deploy MPI programs*
- Working Directory - Working Directory
@ -25,7 +25,7 @@ This is a quickstart guide of how you can typically use this *LabInstance to dep
> mpi > mpi
- The host file that contains addresses of connected workers can created with: - The host file that contains addresses of connected workers can be created with:
> IP_ADDR=$(ip addr show | grep "inet " | grep "eth0" | awk '{print $2}') > IP_ADDR=$(ip addr show | grep "inet " | grep "eth0" | awk '{print $2}')
> >

Loading…
Cancel
Save