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 / faulty_host.xml
index 8267e7f..60dc58a 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-<AS  id="AS0"  routing="Full">
-  <host id="Faulty Host" speed="1Gf" state_file="trace/faulty_host.trace"/>
-  <host id="Safe Host" speed="500Mf"/>
-</AS>
+<platform version="4.1">
+  <zone  id="AS0"  routing="Full">
+    <host id="Faulty Host" speed="1Gf" state_file="trace/faulty_host.trace"/>
+    <host id="Safe Host" speed="500Mf"/>
+  </zone>
 </platform>