From b59c351d2cc41b4f036493b1686aa7f3870cb7dd Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 25 Jun 2009 13:31:51 +0000 Subject: [PATCH] Get smpirun displaying the real process rank git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6357 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/smpi/smpirun.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 70c8fa9768..e478855fda 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -144,7 +144,7 @@ do fi ##---- optional display of ranks to process mapping if [ -n ${MAPOPT} ]; then - echo "[rank $j] -> ${hostnames[$j]}" + echo "[rank $i] -> ${hostnames[$j]}" fi if [ -z "${hostnames[$j]}" ]; then -- 2.20.1