Logo AND Algorithmique Numérique Distribuée

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