From: Martin Quinson Date: Mon, 28 Aug 2017 15:52:41 +0000 (+0200) Subject: smpi: don't override the value of network/TCP-gamma with the default value. That... X-Git-Tag: v3_17~194 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4e7f5d3aff31bc703a487e247a7b432a0e7cc663 smpi: don't override the value of network/TCP-gamma with the default value. That's misleading --- diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 750e28f0a0..3229f71cb8 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -25,7 +25,7 @@ SPEED="${DEFAULT_SPEED}" PRIVATIZE="--cfg=smpi/privatization:@HAVE_PRIVATIZATION@" -SIMOPTS="--cfg=surf/precision:1e-9 --cfg=network/model:SMPI --cfg=network/TCP-gamma:4194304" +SIMOPTS="--cfg=surf/precision:1e-9 --cfg=network/model:SMPI" #usage to print the way this script should be called usage () {