Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpirun: really disable privatization with -no-privatize.
[simgrid.git] / src / smpi / smpirun.in
index a3ce858..b8daa19 100755 (executable)
@@ -158,7 +158,7 @@ while true; do
             shift 2
             ;;
        "-no-privatize")
-           PRIVATIZE=""
+           PRIVATIZE="--cfg=smpi/privatization:no"
            shift 1
            ;;
         "-map")