Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
chainsend: change tesh to test with 8192 pieces
[simgrid.git] / examples / msg / chainsend / platform_chainsend.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="Floyd">
5    <!-- For using with chainsend, very simple 8-node platform -->
6    <host id="host0" power="98095000"/>
7    <host id="host1" power="76296000"/>
8    <host id="host2" power="96296000"/>
9    <host id="host3" power="97296000"/>
10    <host id="host4" power="97296000"/>
11    <host id="host5" power="97296000"/>
12    <host id="host6" power="97296000"/>
13    <host id="host7" power="97296000"/>
14    <host id="host8" power="97296000"/>
15    <link id="link1" bandwidth="1000000000" latency="0.00001"/>
16    <link id="link2" bandwidth="1000000000" latency="0.00002"/>
17    <link id="link3" bandwidth="1000000000" latency="0.00002"/>
18    <link id="link4" bandwidth="1000000000" latency="0.000015"/>
19    <link id="link5" bandwidth="1000000000" latency="0.00004"/>
20    <link id="link6" bandwidth="1000000000" latency="0.00001"/>
21    <link id="link7" bandwidth="1000000000" latency="0.000015"/>
22    <link id="link8" bandwidth="1000000000" latency="0.00003"/>
23    <route src="host0" dst="host1">
24      <link_ctn id="link1"/>
25    </route>
26    <route src="host0" dst="host2">
27      <link_ctn id="link2"/>
28    </route>
29    <route src="host0" dst="host3">
30      <link_ctn id="link3"/>
31    </route>
32    <route src="host0" dst="host4">
33      <link_ctn id="link4"/>
34    </route>
35    <route src="host4" dst="host5">
36      <link_ctn id="link5"/>
37    </route>
38    <route src="host4" dst="host6">
39      <link_ctn id="link6"/>
40    </route>
41    <route src="host4" dst="host7">
42      <link_ctn id="link7"/>
43    </route>
44    <route src="host0" dst="host8">
45      <link_ctn id="link8"/>
46    </route>
47  </AS>
48  </platform>