Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the XML files
[simgrid.git] / doc / gtut-files / gtut-platform-3nodes.xml
index ca0d038..1c43670 100644 (file)
@@ -1,21 +1,21 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="1">
-  <cpu name="Jacquelin" power="137333000"/>
-  <cpu name="Boivin"    power="98095000"/>
-  <cpu name="Geoff"     power="42917000"/>
+<platform_description version="2">
+  <host id="Jacquelin" power="137333000"/>
+  <host id="Boivin"    power="98095000"/>
+  <host id="Geoff"     power="42917000"/>
   
-  <network_link name="1" bandwidth="3430125"  latency="0.000536941"/>
-  <network_link name="2" bandwidth="11618875" latency="0.00018998"/>
-  <network_link name="3" bandwidth="10314625" latency="0.006932556"/>
+  <link id="1" bandwidth="3430125"  latency="0.000536941"/>
+  <link id="2" bandwidth="11618875" latency="0.00018998"/>
+  <link id="3" bandwidth="10314625" latency="0.006932556"/>
     
-  <route src="Jacquelin" dst="Boivin">   <route_element name="1"/></route>
-  <route src="Boivin"    dst="Jacquelin"><route_element name="1"/></route>
+  <route src="Jacquelin" dst="Boivin">   <link:ctn id="1"/></route>
+  <route src="Boivin"    dst="Jacquelin"><link:ctn id="1"/></route>
 
-  <route src="Jacquelin" dst="Geoff">    <route_element name="2"/></route>
-  <route src="Geoff"     dst="Jacquelin"><route_element name="2"/></route>
+  <route src="Jacquelin" dst="Geoff">    <link:ctn id="2"/></route>
+  <route src="Geoff"     dst="Jacquelin"><link:ctn id="2"/></route>
 
-  <route src="Geoff"  dst="Boivin">      <route_element name="3"/></route>
-  <route src="Boivin" dst="Geoff">       <route_element name="3"/></route>
+  <route src="Geoff"  dst="Boivin">      <link:ctn id="3"/></route>
+  <route src="Boivin" dst="Geoff">       <link:ctn id="3"/></route>
 </platform_description>