Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix context registration which was disabled by a bug
[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"><link_ctn id="0"/></route>
29     <route src="Tremblay" dst="Fafard"><link_ctn id="1"/></route>
30     <route src="Tremblay" dst="Ginette"><link_ctn id="2"/></route>
31     <route src="Tremblay" dst="Bourassa"><link_ctn id="3"/></route>
32     <route src="Tremblay" dst="Lovelace"><link_ctn id="4"/></route>
33     <route src="Jupiter" dst="Fafard"><link_ctn id="5"/></route>
34     <route src="Jupiter" dst="Ginette"><link_ctn id="6"/></route>
35     <route src="Jupiter" dst="Bourassa"><link_ctn id="7"/></route>
36     <route src="Jupiter" dst="Lovelace"><link_ctn id="8"/></route>
37     <route src="Fafard" dst="Ginette"><link_ctn id="9"/></route>
38     <route src="Fafard" dst="Bourassa"><link_ctn id="10"/></route>
39     <route src="Fafard" dst="Lovelace"><link_ctn id="11"/></route>
40     <route src="Ginette" dst="Bourassa"><link_ctn id="12"/></route>
41     <route src="Ginette" dst="Lovelace"><link_ctn id="13"/></route>
42     <route src="Bourassa" dst="Lovelace"><link_ctn id="14"/></route>
43   </AS>
44 </platform>