Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpi: don't override the value of network/TCP-gamma with the default value. That...
[simgrid.git] / src / smpi / smpirun.in
index 750e28f0a0d031ecab467194bb812ad2e2d08e19..3229f71cb835fa8d9dfcc9cd68e7b1a14e3d9f6c 100755 (executable)
@@ -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 () {