Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / teshsuite / simdag / network / mxn / platform_4p_1switch.xml
index d879f07..92fe4c0 100644 (file)
@@ -1,13 +1,15 @@
 <?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="cpu0" power="1f"/>
-   <host id="cpu1" power="1f"/>
-   <host id="cpu2" power="1f"/>
-   <host id="cpu3" power="1f"/>
+   <host id="cpu0" speed="1f"/>
+   <host id="cpu1" speed="1f"/>
+   <host id="cpu2" speed="1f"/>
+   <host id="cpu3" speed="1f"/>
    
    <link id="switch" bandwidth="2Bps" latency="1s" sharing_policy="FATPIPE"/>
    <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>