Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rererereactivate privatization by default on smpi
authorAugustin Degomme <augustin.degomme@unibas.ch>
Tue, 6 Mar 2018 23:16:10 +0000 (00:16 +0100)
committerAugustin Degomme <augustin.degomme@unibas.ch>
Tue, 6 Mar 2018 23:16:10 +0000 (00:16 +0100)
src/smpi/smpirun.in

index 0180e23..966c456 100755 (executable)
@@ -495,7 +495,7 @@ fi
 # * The FD 3 is used to temporarily store FD 1. This is because the shell connects FD 1 to /dev/null when the command
 #   is launched in the background: this can be overriden in bash but not in standard bourne shell.
 exec 3<&0
 # * The FD 3 is used to temporarily store FD 1. This is because the shell connects FD 1 to /dev/null when the command
 #   is launched in the background: this can be overriden in bash but not in standard bourne shell.
 exec 3<&0
-${WRAPPER} "@SMPIMAIN@" ${EXEC} ${TRACEOPTIONS} ${SIMOPTS} ${PLATFORMTMP} ${APPLICATIONTMP} <&3 3>&- &
+${WRAPPER} "@SMPIMAIN@" ${EXEC} ${PRIVATIZE} ${TRACEOPTIONS} ${SIMOPTS} ${PLATFORMTMP} ${APPLICATIONTMP} <&3 3>&- &
 pid=$!
 exec 3>&-
 wait $pid
 pid=$!
 exec 3>&-
 wait $pid