From: mquinson Date: Thu, 25 Jun 2009 13:31:51 +0000 (+0000) Subject: Get smpirun displaying the real process rank X-Git-Tag: SVN~1283 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b59c351d2cc41b4f036493b1686aa7f3870cb7dd 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 --- 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