Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
actually change the value as said in previous commit
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 6 May 2014 14:58:09 +0000 (16:58 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 6 May 2014 14:58:09 +0000 (16:58 +0200)
src/smpi/smpirun.in

index 9882e06..a27daaa 100755 (executable)
@@ -21,7 +21,7 @@ NETWORK_BANDWIDTH="${DEFAULT_NETWORK_BANDWIDTH}"
 NETWORK_LATENCY="${DEFAULT_NETWORK_LATENCY}"
 POWER="${DEFAULT_POWER}"
 
-SIMOPTS="--cfg=maxmin/precision:1e-9 --cfg=surf/precision:1e-9 --cfg=network/model:SMPI --cfg=network/TCP_gamma:4194304"
+SIMOPTS="--cfg=maxmin/precision:1e-3 --cfg=surf/precision:1e-9 --cfg=network/model:SMPI --cfg=network/TCP_gamma:4194304"
 
 #usage to print the way this script should be called
 usage () {