Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
[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 'maxmin/precision' to '1e-9'
10 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
11 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
12 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
13
14
15
16 # second test
17 p Test Broadcast with as much processes than hosts
18 ! setenv LD_LIBRARY_PATH=../../lib
19 $ ../../bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/small_platform.xml -np 5 ./bcast -q
20 > [rank 0] -> Tremblay
21 > [rank 1] -> Jupiter
22 > [rank 2] -> Fafard
23 > [rank 3] -> Ginette
24 > [rank 4] -> Bourassa
25 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-9'
26 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
27 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
28 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
29
30
31 # Another test
32 p Test Broadcast with more processes than hosts
33 ! setenv LD_LIBRARY_PATH=../../lib
34 $ ../../bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/small_platform.xml -np 12 ./bcast -q
35 > You requested to use 12 processes, but there is only 5 processes in your hostfile...
36 > [rank 0] -> Tremblay
37 > [rank 1] -> Jupiter
38 > [rank 2] -> Fafard
39 > [rank 3] -> Ginette
40 > [rank 4] -> Bourassa
41 > [rank 5] -> Tremblay
42 > [rank 6] -> Jupiter
43 > [rank 7] -> Fafard
44 > [rank 8] -> Ginette
45 > [rank 9] -> Bourassa
46 > [rank 10] -> Tremblay
47 > [rank 11] -> Jupiter
48 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-9'
49 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
50 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
51 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)