Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename some symbols around Link::isShared to make their purpose clear
[simgrid.git] / examples / platforms / small_platform_one_link_routes.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Full">
5
6    <host id="Tremblay" power="98.095Mf"/>
7    <host id="Jupiter" power="76.296Mf"/>
8    <host id="Fafard" power="76.296Mf"/>
9    <host id="Ginette" power="48.492Mf"/>
10    <host id="Bourassa" power="48.492Mf"/>
11    <host id="Lovelace" power="30.343Mf"/>
12
13    <link id="0" bandwidth="41.279125MBps" latency="59.904us"/>
14    <link id="1" bandwidth="34.285625MBps" latency="514.433us"/>
15    <link id="2" bandwidth="118.6825MBps" latency="136.931us"/>
16    <link id="3" bandwidth="34.285625MBps" latency="514.433us"/>
17    <link id="4" bandwidth="10.099625MBps" latency="479.78us"/>
18    <link id="5" bandwidth="27.94625MBps" latency="278.066us"/>
19    <link id="6" bandwidth="41.279125MBps" latency="59.904us"/>
20    <link id="7" bandwidth="11.618875MBps" latency="189.98us"/>
21    <link id="8" bandwidth="8.158MBps" latency="270.544us"/>
22    <link id="9" bandwidth="7.20975MBps" latency="1.461517ms"/>
23    <link id="10" bandwidth="4.67975MBps" latency="848.712us"/>
24    <link id="11" bandwidth="252.75kBps" latency="5.70455ms"/>
25    <link id="12" bandwidth="1.792625MBps" latency="7.877863ms"/>
26    <link id="13" bandwidth="1.792625MBps" latency="7.877863ms"/>
27    <link id="14" bandwidth="1.792625MBps" latency="7.877863ms"/>
28
29    <route src="Tremblay" dst="Jupiter">
30       <link_ctn id="0"/>
31    </route>
32    <route src="Tremblay" dst="Fafard">
33       <link_ctn id="1"/>
34    </route>
35    <route src="Tremblay" dst="Ginette">
36       <link_ctn id="2"/>
37    </route>
38      <route src="Tremblay" dst="Bourassa">
39       <link_ctn id="3"/>
40    </route>
41    <route src="Tremblay" dst="Lovelace">
42       <link_ctn id="4"/>
43    </route>
44    <route src="Jupiter" dst="Fafard">
45       <link_ctn id="5"/>
46    </route>
47    <route src="Jupiter" dst="Ginette">
48       <link_ctn id="6"/>
49    </route>
50    <route src="Jupiter" dst="Bourassa">
51       <link_ctn id="7"/>
52    </route>
53    <route src="Jupiter" dst="Lovelace">
54       <link_ctn id="8"/>
55    </route>
56    <route src="Fafard" dst="Ginette">
57       <link_ctn id="9"/>
58    </route>
59    <route src="Fafard" dst="Bourassa">
60       <link_ctn id="10"/>
61    </route>
62    <route src="Fafard" dst="Lovelace">
63       <link_ctn id="11"/>
64    </route>
65    <route src="Ginette" dst="Bourassa">
66       <link_ctn id="12"/>
67    </route>
68    <route src="Ginette" dst="Lovelace">
69       <link_ctn id="13"/>
70    </route>
71    <route src="Bourassa" dst="Lovelace">
72       <link_ctn id="14"/>
73    </route>
74
75  </AS>
76  </platform>