Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Restructure teshsuite simdag
[simgrid.git] / teshsuite / smpi / compute.tesh
1 p Test compute
2 ! timeout 5
3 $ ../../smpi_script/bin/smpirun -platform ${srcdir:=.}/../../examples/msg/small_platform_with_routers.xml -hostfile ${srcdir:=.}/hostfile -np 3 --log=root.thres:warning ./compute 7 --log=smpi_kernel.thres:warning
4 > 7 16.000000
5 > 7 16.000000
6 > 7 16.000000
7
8 p Test compute only once
9 ! timeout 5
10 $ ../../smpi_script/bin/smpirun -platform ${srcdir:=.}/../../examples/msg/small_platform_with_routers.xml -hostfile ${srcdir:=.}/hostfile -np 3 --log=root.thres:warning ./compute2 7 --log=smpi_kernel.thres:warning
11 > 7 16.000000
12
13 p Test compute and bench
14 ! output sort
15 ! timeout 45
16 $ ../../smpi_script/bin/smpirun  -platform ${srcdir:=.}/../../examples/msg/small_platform_with_routers.xml -hostfile ${srcdir:=.}/hostfile -np 3 --log=root.thres:warning ./compute3 quiet --log=smpi_kernel.thres:warning
17 > (0) Run the first computation. It's globally benched, and I want no more than 4 benchmarks (thres<0)
18 > (0) Run the first computation. It's globally benched, and I want no more than 4 benchmarks (thres<0)
19 > (0) Run the first computation. It's globally benched, and I want no more than 4 benchmarks (thres<0)
20 > (0) Run the first computation. It's globally benched, and I want no more than 4 benchmarks (thres<0)
21 > (1) [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)
22 > (1) [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)
23 > (1) [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)
24 > (1) [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)
25 > (1) [rank:2] 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)
26 > (1) [rank:2] 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 > (2) [rank:0] Done.
28 > (2) [rank:1] Done.
29 > (2) [rank:2] Done.