Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Renamed default SMPI instance for smpirun
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 3 Nov 2017 15:16:32 +0000 (16:16 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 3 Nov 2017 15:57:14 +0000 (16:57 +0100)
Before: 1
Now: smpirun

This will help make the code cleaner too.

src/smpi/smpirun.in

index 46e5b29..7a33dc2 100755 (executable)
@@ -434,7 +434,7 @@ do
     fi
 
     echo "  <actor host=\"${host}\" function=\"$i\"> <!-- function name used only for logging -->
-    <argument value=\"1\"/> <!-- instance -->
+    <argument value=\"smpirun\"/> <!-- instance -->
     <argument value=\"$i\"/> <!-- rank -->" >> ${APPLICATIONTMP}
     if [ ${REPLAY} = 1 ]; then
         if  [ ${NUMTRACES} -gt 1 ]; then