Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function: xbt_os_timer_resume() to restart a timer w/o resetting it.
[simgrid.git] / src / smpi / smpirun.in
index 1770c4b..aa962e2 100755 (executable)
@@ -248,7 +248,7 @@ do
   else
        host="${hostnames[$j]}"
   fi
-  echo "  <process host=\"${host}\" function=\"rank$i\"> <!-- function name used only for logging -->" >> ${APPLICATIONTMP}
+  echo "  <process host=\"${host}\" function=\"$i\"> <!-- function name used only for logging -->" >> ${APPLICATIONTMP}
   echo "    <argument value=\"$i\"/> <!-- rank -->" >> ${APPLICATIONTMP}
   for ARG in $*; do
     echo "    <argument value=\"${ARG}\"/>" >> ${APPLICATIONTMP}