Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use more precision by default when running SMPI.
[simgrid.git] / src / smpi / smpirun.in
index f8268eb..7a3a365 100755 (executable)
@@ -16,7 +16,7 @@ NETWORK_LATENCY="${DEFAULT_NETWORK_LATENCY}"
 NUMPROCS="${DEFAULT_NUMPROCS}"
 POWER="${DEFAULT_POWER}"
 
-SIMOPTS="--cfg=network/model:SMPI --cfg=TCP_gamma:4194304"
+SIMOPTS="--cfg=maxmin/precision:1e-9 --cfg=network/model:SMPI --cfg=TCP_gamma:4194304"
 
 while true; do
   case "$1" in