Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Makefile.am from autotools.
[simgrid.git] / examples / smpi / bcast.tesh
1 # use the tested library, not the installed one
2 # (since we want to pass it to the child, it has to be redefined before each command)
3 # Go for the first test
4 p Test Broadcast with less processes than hosts
5 $ ../../bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/small_platform.xml -np 3 ./bcast -q
6 > [rank 0] -> Tremblay
7 > [rank 1] -> Jupiter
8 > [rank 2] -> Fafard
9 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
10 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'TCP_gamma' to '4194304'
11 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
12
13
14
15 # second test
16 p Test Broadcast with as much processes than hosts
17 ! setenv LD_LIBRARY_PATH=../../lib
18 $ ../../bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/small_platform.xml -np 6 ./bcast -q
19 > [rank 0] -> Tremblay
20 > [rank 1] -> Jupiter
21 > [rank 2] -> Fafard
22 > [rank 3] -> Ginette
23 > [rank 4] -> Bourassa
24 > [rank 5] -> Tremblay
25 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
26 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'TCP_gamma' to '4194304'
27 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
28
29
30 # Another test
31 p Test Broadcast with more processes than hosts
32 ! setenv LD_LIBRARY_PATH=../../lib
33 $ ../../bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/small_platform.xml -np 12 ./bcast -q
34 > [rank 0] -> Tremblay
35 > [rank 1] -> Jupiter
36 > [rank 2] -> Fafard
37 > [rank 3] -> Ginette
38 > [rank 4] -> Bourassa
39 > [rank 5] -> Tremblay
40 > [rank 6] -> Jupiter
41 > [rank 7] -> Fafard
42 > [rank 8] -> Ginette
43 > [rank 9] -> Bourassa
44 > [rank 10] -> Tremblay
45 > [rank 11] -> Jupiter
46 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
47 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'TCP_gamma' to '4194304'
48 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)