Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / teshsuite / simdag / platforms / bogus_two_hosts_asymetric-2.xml
index 7577cda..3312ba1 100644 (file)
@@ -6,11 +6,11 @@ It is used to check that this (bogus) file is detected as is (see
 two_hosts_asymetric.tesh) -->
 
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
  <AS  id="AS0"  routing="Full">
-   <host id="bob" power="1Gf"/>
-   <host id="alice" power="500Mf"/>
+   <host id="bob" speed="1Gf"/>
+   <host id="alice" speed="500Mf"/>
  
    <link id="link1" bandwidth="125MBps" latency="50us"/>
    <link id="link2" bandwidth="125MBps" latency="50us"/>