Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpirun: really disable privatization with -no-privatize.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 30 Mar 2018 12:23:32 +0000 (14:23 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 31 Mar 2018 16:51:47 +0000 (18:51 +0200)
src/smpi/smpirun.in

index a3ce858..b8daa19 100755 (executable)
@@ -158,7 +158,7 @@ while true; do
             shift 2
             ;;
        "-no-privatize")
             shift 2
             ;;
        "-no-privatize")
-           PRIVATIZE=""
+           PRIVATIZE="--cfg=smpi/privatization:no"
            shift 1
            ;;
         "-map")
            shift 1
            ;;
         "-map")