Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #218 from Takishipp/MSG2S4U
[simgrid.git] / teshsuite / smpi / coll-allreduce / coll-allreduce-large.tesh
1 # Smpi Allreduce collectives tests
2 ! output sort
3
4 ! timeout 20
5 p Test allreduce
6 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-allreduce 300000 --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error
7 > [rank 0] -> Tremblay
8 > [rank 1] -> Jupiter
9 > [rank 2] -> Fafard
10 > [rank 3] -> Ginette
11 > [0] sndbuf=[0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ]
12 > [1] sndbuf=[4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ]
13 > [2] sndbuf=[8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ]
14 > [3] sndbuf=[12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ]
15 > [1] rcvbuf=[24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 ]
16 > [0] rcvbuf=[24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 ]
17 > [2] rcvbuf=[24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 ]
18 > [3] rcvbuf=[24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 ]
19