Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
always have display_timing activated for smpi, as it is quite useful
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 28 Jan 2013 10:51:26 +0000 (11:51 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 4 Feb 2013 11:03:53 +0000 (12:03 +0100)
src/smpi/smpirun.in

index bdede7a..861ed11 100755 (executable)
@@ -15,7 +15,7 @@ NETWORK_BANDWIDTH="${DEFAULT_NETWORK_BANDWIDTH}"
 NETWORK_LATENCY="${DEFAULT_NETWORK_LATENCY}"
 POWER="${DEFAULT_POWER}"
 
-SIMOPTS="--cfg=maxmin/precision:1e-9 --cfg=network/model:SMPI --cfg=network/TCP_gamma:4194304"
+SIMOPTS="--cfg=maxmin/precision:1e-9 --cfg=network/model:SMPI --cfg=network/TCP_gamma:4194304 --cfg=smpi/display_timing:1"
 
 #usage to print the way this script should be called
 function usage () {