Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename Java examples.
[simgrid.git] / teshsuite / simdag / platforms / bogus_disk_attachment.xml
index 3560666..d13d470 100644 (file)
@@ -1,15 +1,9 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-
-<!-- THIS FILE IS INVALID.
-
-It declares a storage attached to a nonexistant host (plouf)
-See bogus_disk_attachment.tesh -->
-
-
-  <AS id="AS0" routing="Full">
-    <!-- STORAGE TYPES -->
+<platform version="4.1">
+  <!-- THIS FILE IS INVALID.
+       It declares a storage attached to a nonexistant host (plouf). See bogus_disk_attachment.tesh -->
+  <zone id="AS0" routing="Full">
     <storage_type id="single_HDD" model="SSD" size="4kB">
       <model_prop id="Bwrite" value="30MBps" />
       <model_prop id="Bread" value="100MBps" />
@@ -18,9 +12,8 @@ See bogus_disk_attachment.tesh -->
 
     <storage id="cdisk" typeId="single_HDD"  attach="plouf" />
 
-    <!-- HOSTS -->
     <host id="client" speed="1Gf">
       <mount storageId="cdisk" name="/sd1" />
     </host>
-  </AS>
+  </zone>
 </platform>