Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics around ns-3
[simgrid.git] / examples / platforms / small_platform_one_link_routes.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3
4 <!-- All routes of this platform are of length 1, so you can use it with the ns-3 model.
5      https://simgrid.org/doc/latest/ns3.html -->
6
7 <platform version="4.1">
8   <zone  id="AS0"  routing="Full">
9     <host id="Tremblay" speed="98.095Mf"/>
10     <host id="Jupiter" speed="76.296Mf"/>
11     <host id="Fafard" speed="76.296Mf"/>
12     <host id="Ginette" speed="48.492Mf"/>
13     <host id="Bourassa" speed="48.492Mf"/>
14     <host id="Lovelace" speed="30.343Mf"/>
15
16     <link id="0" bandwidth="41.279125MBps" latency="59.904us"/>
17     <link id="1" bandwidth="34.285625MBps" latency="514.433us"/>
18     <link id="2" bandwidth="118.6825MBps" latency="136.931us"/>
19     <link id="3" bandwidth="34.285625MBps" latency="514.433us"/>
20     <link id="4" bandwidth="10.099625MBps" latency="479.78us"/>
21     <link id="5" bandwidth="27.94625MBps" latency="278.066us"/>
22     <link id="6" bandwidth="41.279125MBps" latency="59.904us"/>
23     <link id="7" bandwidth="11.618875MBps" latency="189.98us"/>
24     <link id="8" bandwidth="8.158MBps" latency="270.544us"/>
25     <link id="9" bandwidth="7.20975MBps" latency="1.461517ms"/>
26     <link id="10" bandwidth="4.67975MBps" latency="848.712us"/>
27     <link id="11" bandwidth="252.75kBps" latency="5.70455ms"/>
28     <link id="12" bandwidth="1.792625MBps" latency="7.877863ms"/>
29     <link id="13" bandwidth="1.792625MBps" latency="7.877863ms"/>
30     <link id="14" bandwidth="1.792625MBps" latency="7.877863ms"/>
31
32     <route src="Tremblay" dst="Jupiter">
33       <link_ctn id="0"/>
34     </route>
35     <route src="Tremblay" dst="Fafard">
36       <link_ctn id="1"/>
37     </route>
38     <route src="Tremblay" dst="Ginette">
39       <link_ctn id="2"/>
40     </route>
41     <route src="Tremblay" dst="Bourassa">
42       <link_ctn id="3"/>
43     </route>
44     <route src="Tremblay" dst="Lovelace">
45       <link_ctn id="4"/>
46     </route>
47     <route src="Jupiter" dst="Fafard">
48       <link_ctn id="5"/>
49     </route>
50     <route src="Jupiter" dst="Ginette">
51       <link_ctn id="6"/>
52     </route>
53     <route src="Jupiter" dst="Bourassa">
54       <link_ctn id="7"/>
55     </route>
56     <route src="Jupiter" dst="Lovelace">
57       <link_ctn id="8"/>
58     </route>
59     <route src="Fafard" dst="Ginette">
60       <link_ctn id="9"/>
61     </route>
62     <route src="Fafard" dst="Bourassa">
63       <link_ctn id="10"/>
64     </route>
65     <route src="Fafard" dst="Lovelace">
66       <link_ctn id="11"/>
67     </route>
68     <route src="Ginette" dst="Bourassa">
69       <link_ctn id="12"/>
70     </route>
71     <route src="Ginette" dst="Lovelace">
72       <link_ctn id="13"/>
73     </route>
74     <route src="Bourassa" dst="Lovelace">
75       <link_ctn id="14"/>
76     </route>
77   </zone>
78 </platform>