Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
test more extensively error returns for collectives.
[simgrid.git] / teshsuite / smpi / coll-gather / coll-gather.tesh
1 # Smpi Alltoall collectives tests
2 ! output sort
3 ! timeout 30
4
5 p Test all to all
6 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_coll -platform ../../../examples/platforms/small_platform.xml -np 16 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-gather --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error --log=smpi_mpi.thres:error
7 > [rank 0] -> Tremblay
8 > [rank 1] -> Tremblay
9 > [rank 2] -> Tremblay
10 > [rank 3] -> Tremblay
11 > [rank 4] -> Jupiter
12 > [rank 5] -> Jupiter
13 > [rank 6] -> Jupiter
14 > [rank 7] -> Jupiter
15 > [rank 8] -> Fafard
16 > [rank 9] -> Fafard
17 > [rank 10] -> Fafard
18 > [rank 11] -> Fafard
19 > [rank 12] -> Ginette
20 > [rank 13] -> Ginette
21 > [rank 14] -> Ginette
22 > [rank 15] -> Ginette
23 > [0] rcvbuf=[0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ]
24 > [0] sndbuf=[0 1 ]
25 > [1] sndbuf=[2 3 ]
26 > [2] sndbuf=[4 5 ]
27 > [3] sndbuf=[6 7 ]
28 > [4] sndbuf=[8 9 ]
29 > [5] sndbuf=[10 11 ]
30 > [6] sndbuf=[12 13 ]
31 > [7] sndbuf=[14 15 ]
32 > [8] sndbuf=[16 17 ]
33 > [9] sndbuf=[18 19 ]
34 > [10] sndbuf=[20 21 ]
35 > [11] sndbuf=[22 23 ]
36 > [12] sndbuf=[24 25 ]
37 > [13] sndbuf=[26 27 ]
38 > [14] sndbuf=[28 29 ]
39 > [15] sndbuf=[30 31 ]
40