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...
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 28 Aug 2017 15:52:41 +0000 (17:52 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 28 Aug 2017 15:52:41 +0000 (17:52 +0200)
src/smpi/smpirun.in

index 750e28f..3229f71 100755 (executable)
@@ -25,7 +25,7 @@ SPEED="${DEFAULT_SPEED}"
 
 PRIVATIZE="--cfg=smpi/privatization:@HAVE_PRIVATIZATION@"
 
 
 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 () {
 
 #usage to print the way this script should be called
 usage () {