Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / platforms / storage / remote_io.xml
index d6a2a76..82f379d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
 
-<platform version="3">
 
 <config>
   <prop id="path" value="../examples/platforms/"/>
              content_type="txt_windows" 
              content="content/win_storage_content.txt" />
 
-    <host id="alice" power="1Gf">
+    <host id="alice" speed="1Gf">
       <mount storageId="Disk2" name="c:"/>                     
     </host>
 
-    <host id="bob" power="1Gf">
+    <host id="bob" speed="1Gf">
       <mount storageId="Disk1" name="/scratch"/>                       
     </host>
 
-    <host id="carl" power="1Gf">
+    <host id="carl" speed="1Gf">
       <mount storageId="Disk1" name="/scratch"/>                       
     </host>
 
-    <host id="dave" power="1Gf">
+    <host id="dave" speed="1Gf">
       <mount storageId="Disk2" name="c:"/>                     
     </host>