Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't test features that are impossible to get right
[simgrid.git] / examples / platforms / small_platform_fatpipe.xml
index c810aa9..6376744 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <AS id="AS0" routing="Full">
+<platform version="4.1">
+  <zone id="AS0" routing="Full">
     <host id="Tremblay" speed="98.095Mf"/>
     <host id="Ruby" speed="98.095Mf"/>
     <host id="Perl" speed="98.095Mf"/>
     <link id="3" bandwidth="498MBps" latency="150us" sharing_policy="FATPIPE"/>
     <link id="4" bandwidth="498MBps" latency="150us" sharing_policy="FATPIPE"/>
 
-    <route src="Tremblay" dst="Ruby"><link_ctn id="1"/></route>
-    <route src="Tremblay" dst="Perl"><link_ctn id="2"/></route>
-    <route src="Tremblay" dst="Java"><link_ctn id="3"/></route>
-    <route src="Ruby" dst="Perl"><link_ctn id="4"/></route>
-  </AS>
+    <route src="Tremblay" dst="Ruby">
+      <link_ctn id="1"/>
+    </route>
+    <route src="Tremblay" dst="Perl">
+      <link_ctn id="2"/>
+    </route>
+    <route src="Tremblay" dst="Java">
+      <link_ctn id="3"/>
+    </route>
+    <route src="Ruby" dst="Perl">
+      <link_ctn id="4"/>
+    </route>
+  </zone>
 </platform>