Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[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/simgrid.dtd">
3 <platform version="4">
4  
5  
6  <AS  id="AS0"  routing="Full">
7
8    <host id="Tremblay" speed="98.095Mf"/>
9    <host id="Jupiter" speed="76.296Mf"/>
10    <host id="Fafard" speed="76.296Mf"/>
11    <host id="Ginette" speed="48.492Mf"/>
12    <host id="Bourassa" speed="48.492Mf"/>
13    <host id="Lovelace" speed="30.343Mf"/>
14
15    <link id="0" bandwidth="41.279125MBps" latency="59.904us"/>
16    <link id="1" bandwidth="34.285625MBps" latency="514.433us"/>
17    <link id="2" bandwidth="118.6825MBps" latency="136.931us"/>
18    <link id="3" bandwidth="34.285625MBps" latency="514.433us"/>
19    <link id="4" bandwidth="10.099625MBps" latency="479.78us"/>
20    <link id="5" bandwidth="27.94625MBps" latency="278.066us"/>
21    <link id="6" bandwidth="41.279125MBps" latency="59.904us"/>
22    <link id="7" bandwidth="11.618875MBps" latency="189.98us"/>
23    <link id="8" bandwidth="8.158MBps" latency="270.544us"/>
24    <link id="9" bandwidth="7.20975MBps" latency="1.461517ms"/>
25    <link id="10" bandwidth="4.67975MBps" latency="848.712us"/>
26    <link id="11" bandwidth="252.75kBps" latency="5.70455ms"/>
27    <link id="12" bandwidth="1.792625MBps" latency="7.877863ms"/>
28    <link id="13" bandwidth="1.792625MBps" latency="7.877863ms"/>
29    <link id="14" bandwidth="1.792625MBps" latency="7.877863ms"/>
30
31    <route src="Tremblay" dst="Jupiter">
32       <link_ctn id="0"/>
33    </route>
34    <route src="Tremblay" dst="Fafard">
35       <link_ctn id="1"/>
36    </route>
37    <route src="Tremblay" dst="Ginette">
38       <link_ctn id="2"/>
39    </route>
40      <route src="Tremblay" dst="Bourassa">
41       <link_ctn id="3"/>
42    </route>
43    <route src="Tremblay" dst="Lovelace">
44       <link_ctn id="4"/>
45    </route>
46    <route src="Jupiter" dst="Fafard">
47       <link_ctn id="5"/>
48    </route>
49    <route src="Jupiter" dst="Ginette">
50       <link_ctn id="6"/>
51    </route>
52    <route src="Jupiter" dst="Bourassa">
53       <link_ctn id="7"/>
54    </route>
55    <route src="Jupiter" dst="Lovelace">
56       <link_ctn id="8"/>
57    </route>
58    <route src="Fafard" dst="Ginette">
59       <link_ctn id="9"/>
60    </route>
61    <route src="Fafard" dst="Bourassa">
62       <link_ctn id="10"/>
63    </route>
64    <route src="Fafard" dst="Lovelace">
65       <link_ctn id="11"/>
66    </route>
67    <route src="Ginette" dst="Bourassa">
68       <link_ctn id="12"/>
69    </route>
70    <route src="Ginette" dst="Lovelace">
71       <link_ctn id="13"/>
72    </route>
73    <route src="Bourassa" dst="Lovelace">
74       <link_ctn id="14"/>
75    </route>
76
77  </AS>
78  </platform>