Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further cleanups in the surf::traces
[simgrid.git] / teshsuite / simdag / platforms / bogus_disk_attachment.xml
index 3560666..b7c85a2 100644 (file)
@@ -1,15 +1,11 @@
-<?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 -->
-
+It declares a storage attached to a nonexistant host (plouf). See bogus_disk_attachment.tesh -->
 
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
   <AS id="AS0" routing="Full">
-    <!-- STORAGE TYPES -->
     <storage_type id="single_HDD" model="SSD" size="4kB">
       <model_prop id="Bwrite" value="30MBps" />
       <model_prop id="Bread" value="100MBps" />
@@ -18,7 +14,6 @@ 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>