Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://github.com/mpoquet/simgrid
[simgrid.git] / teshsuite / simdag / basic-parsing-test / basic-parsing-test-bypass.tesh
1 #! ./tesh
2
3 p Testing a bypass ASroute
4
5 $ ${bindir:=.}/basic-parsing-test ${srcdir:=.}/examples/platforms/bypassASroute.xml FULL_LINK
6 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
7 > Workstation number: 3, link number: 11
8 > Route between 1 and 1
9 >   Route size 2
10 >   Link my_cluster_1_link_1_UP: latency = 0.000050, bandwidth = 125000000.000000
11 >   Link my_cluster_1_link_1_DOWN: latency = 0.000050, bandwidth = 125000000.000000
12 >   Route latency = 0.000100, route bandwidth = 125000000.000000
13 > Route between 1 and 2
14 >   Route size 3
15 >   Link my_cluster_1_link_1_UP: latency = 0.000050, bandwidth = 125000000.000000
16 >   Link link_tmp: latency = 0.000500, bandwidth = 1250000000.000000
17 >   Link my_cluster_2_link_2_DOWN: latency = 0.000050, bandwidth = 125000000.000000
18 >   Route latency = 0.000600, route bandwidth = 125000000.000000
19 > Route between 1 and 3
20 >   Route size 4
21 >   Link my_cluster_1_link_1_UP: latency = 0.000050, bandwidth = 125000000.000000
22 >   Link link1: latency = 0.000500, bandwidth = 1250000000.000000
23 >   Link link3: latency = 0.000500, bandwidth = 1250000000.000000
24 >   Link my_cluster_3_link_3_DOWN: latency = 0.000050, bandwidth = 125000000.000000
25 >   Route latency = 0.001100, route bandwidth = 125000000.000000
26 > Route between 2 and 1
27 >   Route size 4
28 >   Link my_cluster_2_link_2_UP: latency = 0.000050, bandwidth = 125000000.000000
29 >   Link link2: latency = 0.000500, bandwidth = 1250000000.000000
30 >   Link link1: latency = 0.000500, bandwidth = 1250000000.000000
31 >   Link my_cluster_1_link_1_DOWN: latency = 0.000050, bandwidth = 125000000.000000
32 >   Route latency = 0.001100, route bandwidth = 125000000.000000
33 > Route between 2 and 2
34 >   Route size 2
35 >   Link my_cluster_2_link_2_UP: latency = 0.000050, bandwidth = 125000000.000000
36 >   Link my_cluster_2_link_2_DOWN: latency = 0.000050, bandwidth = 125000000.000000
37 >   Route latency = 0.000100, route bandwidth = 125000000.000000
38 > Route between 2 and 3
39 >   Route size 4
40 >   Link my_cluster_2_link_2_UP: latency = 0.000050, bandwidth = 125000000.000000
41 >   Link link2: latency = 0.000500, bandwidth = 1250000000.000000
42 >   Link link3: latency = 0.000500, bandwidth = 1250000000.000000
43 >   Link my_cluster_3_link_3_DOWN: latency = 0.000050, bandwidth = 125000000.000000
44 >   Route latency = 0.001100, route bandwidth = 125000000.000000
45 > Route between 3 and 1
46 >   Route size 4
47 >   Link my_cluster_3_link_3_UP: latency = 0.000050, bandwidth = 125000000.000000
48 >   Link link3: latency = 0.000500, bandwidth = 1250000000.000000
49 >   Link link1: latency = 0.000500, bandwidth = 1250000000.000000
50 >   Link my_cluster_1_link_1_DOWN: latency = 0.000050, bandwidth = 125000000.000000
51 >   Route latency = 0.001100, route bandwidth = 125000000.000000
52 > Route between 3 and 2
53 >   Route size 4
54 >   Link my_cluster_3_link_3_UP: latency = 0.000050, bandwidth = 125000000.000000
55 >   Link link3: latency = 0.000500, bandwidth = 1250000000.000000
56 >   Link link2: latency = 0.000500, bandwidth = 1250000000.000000
57 >   Link my_cluster_2_link_2_DOWN: latency = 0.000050, bandwidth = 125000000.000000
58 >   Route latency = 0.001100, route bandwidth = 125000000.000000
59 > Route between 3 and 3
60 >   Route size 2
61 >   Link my_cluster_3_link_3_UP: latency = 0.000050, bandwidth = 125000000.000000
62 >   Link my_cluster_3_link_3_DOWN: latency = 0.000050, bandwidth = 125000000.000000
63 >   Route latency = 0.000100, route bandwidth = 125000000.000000
64
65 p Testing a bypass route
66 ! output sort
67 $ ${bindir:=.}/basic-parsing-test ${srcdir:=.}/examples/platforms/bypassRoute.xml FULL_LINK
68 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
69 > Workstation number: 4, link number: 10
70 > Route between AS_2_host1 and AS_2_host1
71 >   Route size 1
72 >   Link __loopback__: latency = 0.000015, bandwidth = 498000000.000000
73 >   Route latency = 0.000015, route bandwidth = 498000000.000000
74 > Route between AS_2_host1 and AS_2_host2
75 >   Route size 3
76 >   Link AS_2_link7: latency = 0.000500, bandwidth = 1250000000.000000
77 >   Link AS_2_link6: latency = 0.000500, bandwidth = 1250000000.000000
78 >   Link AS_2_link5: latency = 0.000500, bandwidth = 1250000000.000000
79 >   Route latency = 0.001500, route bandwidth = 1250000000.000000
80 > Route between AS_2_host1 and AS_2_host3
81 >   Route size 2
82 >   Link AS_2_link1: latency = 0.000500, bandwidth = 1250000000.000000
83 >   Link AS_2_link3: latency = 0.000500, bandwidth = 1250000000.000000
84 >   Route latency = 0.001000, route bandwidth = 1250000000.000000
85 > Route between AS_2_host1 and AS_1_host1
86 >   Route size 4
87 >   Link AS_2_link1: latency = 0.000500, bandwidth = 1250000000.000000
88 >   Link AS_2_link4: latency = 0.000500, bandwidth = 1250000000.000000
89 >   Link backbone: latency = 0.000500, bandwidth = 1250000000.000000
90 >   Link AS_1_link: latency = 0.000500, bandwidth = 1250000000.000000
91 >   Route latency = 0.002000, route bandwidth = 1250000000.000000
92 > Route between AS_2_host2 and AS_2_host1
93 >   Route size 2
94 >   Link AS_2_link2: latency = 0.000500, bandwidth = 1250000000.000000
95 >   Link AS_2_link1: latency = 0.000500, bandwidth = 1250000000.000000
96 >   Route latency = 0.001000, route bandwidth = 1250000000.000000
97 > Route between AS_2_host2 and AS_2_host2
98 >   Route size 1
99 >   Link __loopback__: latency = 0.000015, bandwidth = 498000000.000000
100 >   Route latency = 0.000015, route bandwidth = 498000000.000000
101 > Route between AS_2_host2 and AS_2_host3
102 >   Route size 2
103 >   Link AS_2_link2: latency = 0.000500, bandwidth = 1250000000.000000
104 >   Link AS_2_link3: latency = 0.000500, bandwidth = 1250000000.000000
105 >   Route latency = 0.001000, route bandwidth = 1250000000.000000
106 > Route between AS_2_host2 and AS_1_host1
107 >   Route size 4
108 >   Link AS_2_link2: latency = 0.000500, bandwidth = 1250000000.000000
109 >   Link AS_2_link4: latency = 0.000500, bandwidth = 1250000000.000000
110 >   Link backbone: latency = 0.000500, bandwidth = 1250000000.000000
111 >   Link AS_1_link: latency = 0.000500, bandwidth = 1250000000.000000
112 >   Route latency = 0.002000, route bandwidth = 1250000000.000000
113 > Route between AS_2_host3 and AS_2_host1
114 >   Route size 2
115 >   Link AS_2_link3: latency = 0.000500, bandwidth = 1250000000.000000
116 >   Link AS_2_link1: latency = 0.000500, bandwidth = 1250000000.000000
117 >   Route latency = 0.001000, route bandwidth = 1250000000.000000
118 > Route between AS_2_host3 and AS_2_host2
119 >   Route size 2
120 >   Link AS_2_link3: latency = 0.000500, bandwidth = 1250000000.000000
121 >   Link AS_2_link2: latency = 0.000500, bandwidth = 1250000000.000000
122 >   Route latency = 0.001000, route bandwidth = 1250000000.000000
123 > Route between AS_2_host3 and AS_2_host3
124 >   Route size 1
125 >   Link __loopback__: latency = 0.000015, bandwidth = 498000000.000000
126 >   Route latency = 0.000015, route bandwidth = 498000000.000000
127 > Route between AS_2_host3 and AS_1_host1
128 >   Route size 4
129 >   Link AS_2_link3: latency = 0.000500, bandwidth = 1250000000.000000
130 >   Link AS_2_link4: latency = 0.000500, bandwidth = 1250000000.000000
131 >   Link backbone: latency = 0.000500, bandwidth = 1250000000.000000
132 >   Link AS_1_link: latency = 0.000500, bandwidth = 1250000000.000000
133 >   Route latency = 0.002000, route bandwidth = 1250000000.000000
134 > Route between AS_1_host1 and AS_2_host1
135 >   Route size 4
136 >   Link AS_1_link: latency = 0.000500, bandwidth = 1250000000.000000
137 >   Link backbone: latency = 0.000500, bandwidth = 1250000000.000000
138 >   Link AS_2_link4: latency = 0.000500, bandwidth = 1250000000.000000
139 >   Link AS_2_link1: latency = 0.000500, bandwidth = 1250000000.000000
140 >   Route latency = 0.002000, route bandwidth = 1250000000.000000
141 > Route between AS_1_host1 and AS_2_host2
142 >   Route size 4
143 >   Link AS_1_link: latency = 0.000500, bandwidth = 1250000000.000000
144 >   Link backbone: latency = 0.000500, bandwidth = 1250000000.000000
145 >   Link AS_2_link4: latency = 0.000500, bandwidth = 1250000000.000000
146 >   Link AS_2_link2: latency = 0.000500, bandwidth = 1250000000.000000
147 >   Route latency = 0.002000, route bandwidth = 1250000000.000000
148 > Route between AS_1_host1 and AS_2_host3
149 >   Route size 4
150 >   Link AS_1_link: latency = 0.000500, bandwidth = 1250000000.000000
151 >   Link backbone: latency = 0.000500, bandwidth = 1250000000.000000
152 >   Link AS_2_link4: latency = 0.000500, bandwidth = 1250000000.000000
153 >   Link AS_2_link3: latency = 0.000500, bandwidth = 1250000000.000000
154 >   Route latency = 0.002000, route bandwidth = 1250000000.000000
155 > Route between AS_1_host1 and AS_1_host1
156 >   Route size 1
157 >   Link __loopback__: latency = 0.000015, bandwidth = 498000000.000000
158 >   Route latency = 0.000015, route bandwidth = 498000000.000000