Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1bb.xml
index 6470a9d..c886e96 100644 (file)
@@ -2,8 +2,8 @@
  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
  <platform version="3">
  <AS  id="AS0"  routing="Full">
-   <host id="cpu0" power="1" />
-   <host id="cpu1" power="1" />
+   <host id="cpu0" power="1f" />
+   <host id="cpu1" power="1f" />
 
    <!-- 
        large latency backbone
@@ -13,7 +13,7 @@
        which is then 1 and 1 is smallest possible
    -->
 
-   <link id="link0" bandwidth="2" latency="10000" sharing_policy="SHARED" />
+   <link id="link0" bandwidth="2Bps" latency="2.777777777777777777777777778h" sharing_policy="SHARED" />
 
    <route src="cpu0" dst="cpu1">
       <link_ctn id="link0" />