Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / teshsuite / simdag / network / platform_2p_1sl.xml
index 1895fb1..fea3fa8 100644 (file)
@@ -1,20 +1,19 @@
 <?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="1"/>
-   <host id="cpu1" power="1"/>
+   <host id="cpu0" speed="1f"/>
+   <host id="cpu1" speed="1f"/>
    <!-- 
-   <link id="link0" bandwidth="1.25e+08" latency="2.0e-04" sharing_policy="SHARED"/>
+   <link id="link0" bandwidth="125MBps" latency="200us" sharing_policy="SHARED"/>
     -->
-   <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
+   <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
    <route src="cpu0" dst="cpu1">
      <link_ctn id="link0"/>
    </route>
-   <route src="cpu1" dst="cpu0">
-     <link_ctn id="link0"/>
-   </route>
  </AS>
  </platform>