From d2a6b02aada9d1b4e802748da39b2f2a2cab6d45 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 7 Mar 2018 00:16:10 +0100 Subject: [PATCH] rererereactivate privatization by default on smpi --- 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 0180e230ff..966c456538 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -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 -${WRAPPER} "@SMPIMAIN@" ${EXEC} ${TRACEOPTIONS} ${SIMOPTS} ${PLATFORMTMP} ${APPLICATIONTMP} <&3 3>&- & +${WRAPPER} "@SMPIMAIN@" ${EXEC} ${PRIVATIZE} ${TRACEOPTIONS} ${SIMOPTS} ${PLATFORMTMP} ${APPLICATIONTMP} <&3 3>&- & pid=$! exec 3>&- wait $pid -- 2.20.1