Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
9574825b9803be2d006a83d131420879159a35be
[simgrid.git] / examples / msg / kadeploy / platform_kadeploy.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 kadeploy, very simple 3-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    <link id="link1" bandwidth="1000000" latency="0.1"/>
11    <link id="link2" bandwidth="1000000" latency="0.2"/>
12    <link id="link3" bandwidth="1000000" latency="0.2"/>
13    <route src="host0" dst="host1">
14      <link_ctn id="link1"/>
15    </route>
16    <route src="host0" dst="host2">
17      <link_ctn id="link2"/>
18    </route>
19    <route src="host0" dst="host3">
20      <link_ctn id="link3"/>
21    </route>
22  </AS>
23  </platform>