From 205ee521ed38db3902b020439a74b444695f1a5a Mon Sep 17 00:00:00 2001 From: suter Date: Mon, 9 Jul 2012 14:17:27 +0200 Subject: [PATCH] no need to add "rank" to the rank (will decrease trace size for replay) --- 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 1770c4b4db..aa962e271f 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -248,7 +248,7 @@ do else host="${hostnames[$j]}" fi - echo " " >> ${APPLICATIONTMP} + echo " " >> ${APPLICATIONTMP} echo " " >> ${APPLICATIONTMP} for ARG in $*; do echo " " >> ${APPLICATIONTMP} -- 2.20.1