Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c6be629b32046e225ab02926ac0a785d0a703bb5
[simgrid.git] / teshsuite / simdag / platforms / basic_parsing_test.tesh
1 ! output sort
2
3 $ ${bindir:=.}/basic_parsing_test one_cluster.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
4 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
5 > Workstation number: 5, link number: 12
6
7 $ ${bindir:=.}/basic_parsing_test host_attributes.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
8 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
9 > Workstation number: 5, link number: 1
10
11 $ ${bindir:=.}/basic_parsing_test link_attributes.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
12 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
13 > Workstation number: 1, link number: 5
14
15 $ ${bindir:=.}/basic_parsing_test three_hosts_non_symmetric_route.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
16 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
17 > Workstation number: 3, link number: 4
18
19 $ ${bindir:=.}/basic_parsing_test two_clusters.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
20 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
21 > Workstation number: 4, link number: 12
22
23 $ ${bindir:=.}/basic_parsing_test two_hosts_multi_hop.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
24 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
25 > Workstation number: 2, link number: 4
26
27 $ ${bindir:=.}/basic_parsing_test two_hosts_one_link.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
28 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
29 > Workstation number: 2, link number: 2
30
31 $ ${bindir:=.}/basic_parsing_test ./four_hosts_floyd.xml
32 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
33 > Workstation number: 4, link number: 5
34
35 $ ${bindir:=.}/basic_parsing_test ./properties.xml
36 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'host/model' to 'compound'
37 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu/optim' to 'TI'
38 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '0.000010'
39 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'Vegas'
40 > Workstation number: 1, link number: 1
41
42 $ ${bindir:=.}/basic_parsing_test ./properties.xml --cfg=cpu/optim:TI
43 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu/optim' to 'TI'
44 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'host/model' to 'compound'
45 > [0.000000] [surf_parse/INFO] The custom configuration 'cpu/optim' is already defined by user!
46 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '0.000010'
47 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'Vegas'
48 > Workstation number: 1, link number: 1
49
50 $ cp -f ./bob.trace ./bob0_availability_file.trace
51 $ cp -f ./bob.trace ./bob2_availability_file.trace
52 $ cp -f ./bob.trace ./bob0_state_file.trace
53 $ cp -f ./bob.trace ./bob2_state_file.trace
54 $ ${bindir:=.}/basic_parsing_test ./one_cluster_file.xml
55 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
56 > Workstation number: 2, link number: 6
57 $ rm -f ./bob0_availability_file.trace ./bob2_availability_file.trace ./bob0_state_file.trace ./bob2_state_file.trace
58
59 $ ${bindir:=.}/is_router_test ./test_of_is_router.xml
60 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
61 > Workstation number: 10, link number: 1, elmts number: 21
62 >    - Seen: "host01" is type : 1
63 >    - Seen: "host02" is type : 1
64 >    - Seen: "host03" is type : 1
65 >    - Seen: "host04" is type : 1
66 >    - Seen: "host05" is type : 1
67 >    - Seen: "host06" is type : 1
68 >    - Seen: "host07" is type : 1
69 >    - Seen: "host08" is type : 1
70 >    - Seen: "host09" is type : 1
71 >    - Seen: "host10" is type : 1
72 >    - Seen: "router1" is type : 2
73 >    - Seen: "router2" is type : 2
74 >    - Seen: "router3" is type : 2
75 >    - Seen: "router4" is type : 2
76 >    - Seen: "router5" is type : 2
77 >    - Seen: "AS0" is type : 3
78 >    - Seen: "AS1" is type : 3
79 >    - Seen: "AS2" is type : 3
80 >    - Seen: "AS3" is type : 3
81 >    - Seen: "AS4" is type : 3
82 >    - Seen: "AS" is type : 3
83