Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrite the platform_script.lua used by the test for lua console.
[simgrid.git] / doc / gtut-files / gtut-platform-3nodes.xml
index ca0d038..ccc44c5 100644 (file)
@@ -1,21 +1,23 @@
 <?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"/>
-  
-  <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"/>
-    
-  <route src="Jacquelin" dst="Boivin">   <route_element name="1"/></route>
-  <route src="Boivin"    dst="Jacquelin"><route_element name="1"/></route>
-
-  <route src="Jacquelin" dst="Geoff">    <route_element name="2"/></route>
-  <route src="Geoff"     dst="Jacquelin"><route_element name="2"/></route>
-
-  <route src="Geoff"  dst="Boivin">      <route_element name="3"/></route>
-  <route src="Boivin" dst="Geoff">       <route_element name="3"/></route>
-</platform_description>
-
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
+ <AS  id="AS0"  routing="Full">
+   <host id="Jacquelin" power="137333000"/>
+   <host id="Boivin"    power="98095000"/>
+   <host id="Geoff"     power="42917000"/>
+   
+   <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">   <link_ctn id="1"/></route>
+   <route src="Boivin"    dst="Jacquelin"><link_ctn id="1"/></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">      <link_ctn id="3"/></route>
+   <route src="Boivin" dst="Geoff">       <link_ctn id="3"/></route>
+ </AS>
+ </platform>