Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Output of the lastest examples (forgot in previous commit)
[simgrid.git] / doc / gtut-files / gtut-platform-3nodes.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="1">
4   <cpu name="Jacquelin" power="137333000"/>
5   <cpu name="Boivin"    power="98095000"/>
6   <cpu name="Geoff"     power="42917000"/>
7   
8   <network_link name="1" bandwidth="3430125"  latency="0.000536941"/>
9   <network_link name="2" bandwidth="11618875" latency="0.00018998"/>
10   <network_link name="3" bandwidth="10314625" latency="0.006932556"/>
11     
12   <route src="Jacquelin" dst="Boivin">   <route_element name="1"/></route>
13   <route src="Boivin"    dst="Jacquelin"><route_element name="1"/></route>
14
15   <route src="Jacquelin" dst="Geoff">    <route_element name="2"/></route>
16   <route src="Geoff"     dst="Jacquelin"><route_element name="2"/></route>
17
18   <route src="Geoff"  dst="Boivin">      <route_element name="3"/></route>
19   <route src="Boivin" dst="Geoff">       <route_element name="3"/></route>
20 </platform_description>
21