Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update all our XML files + next XML version will be 4.1, not 5
[simgrid.git] / examples / platforms / routing_none.xml
index 60ca560..5cd432c 100644 (file)
@@ -1,20 +1,17 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-
-<!--     This platform does not use any routing. 
-         It is what Constant network model expects. -->
-        
-<platform version="3">
-  <AS id="AS0" routing="None">
-    <host id="node-0.acme.org" power="1Gf"/>
-    <host id="node-1.acme.org" power="1Gf"/>
-    <host id="node-2.acme.org" power="1Gf"/>
-    <host id="node-3.acme.org" power="1Gf"/>
-    <host id="node-4.acme.org" power="1Gf"/>
-    <host id="node-5.acme.org" power="1Gf"/>
-    <host id="node-6.acme.org" power="1Gf"/>
-    <host id="node-7.acme.org" power="1Gf"/>
-    <host id="node-8.acme.org" power="1Gf"/>
-    <host id="node-9.acme.org" power="1Gf"/>
-  </AS>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4.1">
+<!--     This platform does not use any routing. It is what Constant network model expects. -->
+  <zone id="AS0" routing="None">
+    <host id="node-0.acme.org" speed="1Gf"/>
+    <host id="node-1.acme.org" speed="1Gf"/>
+    <host id="node-2.acme.org" speed="1Gf"/>
+    <host id="node-3.acme.org" speed="1Gf"/>
+    <host id="node-4.acme.org" speed="1Gf"/>
+    <host id="node-5.acme.org" speed="1Gf"/>
+    <host id="node-6.acme.org" speed="1Gf"/>
+    <host id="node-7.acme.org" speed="1Gf"/>
+    <host id="node-8.acme.org" speed="1Gf"/>
+    <host id="node-9.acme.org" speed="1Gf"/>
+  </zone>
 </platform>