Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
when parallel ctests are performed, using the default tracing filename may cause...
[simgrid.git] / teshsuite / smpi / compute.tesh
1 p Test compute
2 ! setenv LD_LIBRARY_PATH=../../lib
3 ! output sort
4 ! timeout 5
5 $ ../../smpi_script/bin/smpirun -platform ${srcdir:=.}/../../examples/msg/small_platform_with_routers.xml -hostfile ${srcdir:=.}/hostfile -np 2 ./compute 0
6 > 0 2.000000
7 > 0 2.000000
8 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
9 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-9'
10 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
11 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
12
13 p Test compute and bench
14 ! setenv LD_LIBRARY_PATH=../../lib
15 ! output sort
16 ! timeout 45
17 $ ../../smpi_script/bin/smpirun  -platform ${srcdir:=.}/../../examples/msg/small_platform_with_routers.xml -hostfile ${srcdir:=.}/hostfile -np 2 ./compute3
18 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
19 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-9'
20 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
21 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
22 > [0] The result of the computation is: 65536.000000
23 > [1] The result of the computation is: 2.000000
24 > [rank:0] Run the first computation. It's globally benched, and I want no more than 3 benchmarks (thres<0)
25 > [rank:0] Run the first computation. It's globally benched, and I want no more than 3 benchmarks (thres<0)
26 > [rank:0] Run the first (locally benched) computation. It's locally benched, and I want the standard error to go below 0.1 second (count is not >0)
27 > [rank:0] Run the first (locally benched) computation. It's locally benched, and I want the standard error to go below 0.1 second (count is not >0)
28 > [rank:1] Run the first computation. It's globally benched, and I want no more than 3 benchmarks (thres<0)
29 > [rank:1] Run the first (locally benched) computation. It's locally benched, and I want the standard error to go below 0.1 second (count is not >0)
30 > [rank:1] Run the first (locally benched) computation. It's locally benched, and I want the standard error to go below 0.1 second (count is not >0)
31