Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce the size of partial shared malloc tests.
[simgrid.git] / teshsuite / smpi / coll-allreduce / coll-allreduce-large.tesh
1 # Smpi Allreduce collectives tests
2 ! setenv LD_LIBRARY_PATH=../../lib
3 ! output sort
4
5 ! timeout 20
6 p Test allreduce
7 $ ${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
8 > [rank 0] -> Tremblay
9 > [rank 1] -> Jupiter
10 > [rank 2] -> Fafard
11 > [rank 3] -> Ginette
12 > [0] sndbuf=[0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ]
13 > [1] sndbuf=[4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ]
14 > [2] sndbuf=[8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ]
15 > [3] sndbuf=[12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ]
16 > [1] rcvbuf=[24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 ]
17 > [0] rcvbuf=[24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 ]
18 > [2] rcvbuf=[24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 ]
19 > [3] rcvbuf=[24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 ]
20