From: Arnaud Giersch Date: Fri, 30 Mar 2018 12:23:32 +0000 (+0200) Subject: smpirun: really disable privatization with -no-privatize. X-Git-Tag: v3.20~562^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1ae18e1909f3af1067c9f8ec7a4e6b7379997099 smpirun: really disable privatization with -no-privatize. --- diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index a3ce85809a..b8daa19e35 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -158,7 +158,7 @@ while true; do shift 2 ;; "-no-privatize") - PRIVATIZE="" + PRIVATIZE="--cfg=smpi/privatization:no" shift 1 ;; "-map")