From b7d5024b7d2310a7ebc63bdda123e1ae8911dd0d Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 7 Nov 2012 11:44:26 +0100 Subject: [PATCH] add timeout to compute tesh, as i386 debian is painfully slow with it and fails --- teshsuite/smpi/compute.tesh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teshsuite/smpi/compute.tesh b/teshsuite/smpi/compute.tesh index 5bca9eed95..37439ba27c 100644 --- a/teshsuite/smpi/compute.tesh +++ b/teshsuite/smpi/compute.tesh @@ -1,6 +1,7 @@ p Test compute ! setenv LD_LIBRARY_PATH=../../lib ! output sort +! timeout 5 $ ../../bin/smpirun -platform ${srcdir:=.}/../../examples/msg/small_platform_with_routers.xml -hostfile ${srcdir:=.}/hostfile -np 2 ./compute 0 > 0 2.000000 > 0 2.000000 @@ -12,6 +13,7 @@ $ ../../bin/smpirun -platform ${srcdir:=.}/../../examples/msg/small_platform_wit p Test compute and bench ! setenv LD_LIBRARY_PATH=../../lib ! output sort +! timeout 45 $ ../../bin/smpirun -platform ${srcdir:=.}/../../examples/msg/small_platform_with_routers.xml -hostfile ${srcdir:=.}/hostfile -np 2 ./compute3 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s) > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-9' -- 2.20.1