Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
increase timeout
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 14 Aug 2013 15:10:17 +0000 (17:10 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 14 Aug 2013 15:10:17 +0000 (17:10 +0200)
examples/java/async/async.tesh
examples/smpi/replay/smpi_replay.tesh
teshsuite/smpi/gather_coll.tesh

index bc6b11c..6083344 100644 (file)
@@ -1,7 +1,7 @@
 #! tesh
 
 ! output sort
-! timeout 15
+! timeout 30
 $ java -cp ${classpath:=.} async/AsyncTest ${srcdir:=.}/platform.xml ${srcdir:=.}/async/asyncDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (10:async.Slave@Robert) Receiving on 'slave_8'
 > [  0.000000] (11:async.Slave@Sirois) Receiving on 'slave_9'
index ca209a9..cf6c20f 100644 (file)
@@ -6,7 +6,7 @@ p Test of trace replay with SMPI (one trace for all processes)
 
 < replay/actions_bcast.txt
 $ mkfile replay/one_trace
-! timeout 30
+! timeout 60
 
 $ ../../bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/cpu_threshold:1 -np 3 -platform ${srcdir:=.}/replay/replay_platform.xml -hostfile ${srcdir:=.}/hostfile ./smpi_replay replay/one_trace
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-9'
index c4b40fe..6243654 100644 (file)
@@ -1,6 +1,7 @@
 # Smpi Alltoall collectives tests
 ! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
+! timeout 30
 
 p Test all to all
 $ ../../bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../../examples/msg/small_platform.xml -np 16 --log=xbt_cfg.thres:critical ./gather_coll