Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup XML jungle in teshsuite
[simgrid.git] / teshsuite / simdag / platforms / one_host_state_off.xml
index e195717..07aa26b 100644 (file)
@@ -1,8 +1,7 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="3">
-        <AS  id="AS0"  routing="Full">
-  <host id="bob" power="500000000"
-        state="OFF"/>
-               </AS>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+  <AS  id="AS0"  routing="Full">
+     <host id="bob" speed="500Mf" state="OFF"/>
+  </AS>
 </platform>