From 3e9e72398d2dfa435c0a3de932255144bb87271c Mon Sep 17 00:00:00 2001 From: zhangxiaojian Date: Mon, 20 Nov 2017 16:25:23 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e93ec51..bd6b9a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dcmd Excute distributed shell command under MPI environment -##How to excute: +## How to excute: mpiexec -n 7 -f machifile ./dcmd
while n is the number of nodes in MPI environment.