From 1c984bfc3b220650bbb25f4082868a4e7468a3c1 Mon Sep 17 00:00:00 2001 From: test2 Date: Wed, 11 Mar 2020 14:24:32 +0200 Subject: [PATCH] readme 8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abf3a77..8851869 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Instances of Ubuntu Linux with [MPICH](https://www.mpich.org) -- portable implem ## 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 @@ -25,7 +25,7 @@ This is a quickstart guide of how you can typically use this *LabInstance to dep > 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}') >