From 4e7f5d3aff31bc703a487e247a7b432a0e7cc663 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 28 Aug 2017 17:52:41 +0200 Subject: [PATCH] smpi: don't override the value of network/TCP-gamma with the default value. That's misleading --- 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 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 () { -- 2.20.1