Logo AND Algorithmique Numérique Distribuée

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