Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
6046ad98cacd94684f38749aba1943fd9fc4c16d
[simgrid.git] / examples / platforms / prop.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <host id="C1-01" power="1000000000">
5     <prop id="Hdd" value="180"/>
6     <prop id="mem" value="4"/>
7   </host>
8   <host id="C1-00" power="1000000000">
9     <prop id="Hdd" value="120"/>
10   </host>
11   <link id="6" bandwidth="125000000" latency="0.000100">
12     <prop id="type" value="Ethernet"/>
13   </link>
14   <link id="0" bandwidth="125000000" latency="0.000100">
15     <prop id="type" value="ethernet"/>
16   </link>
17   <route src="C1-00" dst="C1-01"><link:ctn id="6"/><link:ctn id="0"/></route>
18   <route src="C1-01" dst="C1-00"><link:ctn id="0"/><link:ctn id="6"/></route>
19 </platform>