Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix smpi examples after previous change.
[simgrid.git] / teshsuite / smpi / 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 $ ../../smpi_script/bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../../examples/msg/small_platform.xml -np 16 --log=xbt_cfg.thres:critical ./gather_coll --log=smpi_kernel.thres:warning
8 > You requested to use 16 processes, but there is only 5 processes in your hostfile...
9 > [rank 0] -> Tremblay
10 > [rank 1] -> Jupiter
11 > [rank 2] -> Fafard
12 > [rank 3] -> Ginette
13 > [rank 4] -> Bourassa
14 > [rank 5] -> Tremblay
15 > [rank 6] -> Jupiter
16 > [rank 7] -> Fafard
17 > [rank 8] -> Ginette
18 > [rank 9] -> Bourassa
19 > [rank 10] -> Tremblay
20 > [rank 11] -> Jupiter
21 > [rank 12] -> Fafard
22 > [rank 13] -> Ginette
23 > [rank 14] -> Bourassa
24 > [rank 15] -> Tremblay
25 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
26 > [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 ]
27 > [0] sndbuf=[0 1 ]
28 > [1] sndbuf=[2 3 ]
29 > [2] sndbuf=[4 5 ]
30 > [3] sndbuf=[6 7 ]
31 > [4] sndbuf=[8 9 ]
32 > [5] sndbuf=[10 11 ]
33 > [6] sndbuf=[12 13 ]
34 > [7] sndbuf=[14 15 ]
35 > [8] sndbuf=[16 17 ]
36 > [9] sndbuf=[18 19 ]
37 > [10] sndbuf=[20 21 ]
38 > [11] sndbuf=[22 23 ]
39 > [12] sndbuf=[24 25 ]
40 > [13] sndbuf=[26 27 ]
41 > [14] sndbuf=[28 29 ]
42 > [15] sndbuf=[30 31 ]
43