Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / teshsuite / simdag / partask / platform_2p_1sl.xml
index fc0bde9..e6d67a4 100644 (file)
@@ -4,9 +4,9 @@
  <AS  id="AS0"  routing="Full">
  
  
-   <host id="cpu0" power="1"/>
-   <host id="cpu1" power="1"/>
-   <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
+   <host id="cpu0" power="1f"/>
+   <host id="cpu1" power="1f"/>
+   <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
    <route src="cpu0" dst="cpu1">
      <link_ctn id="link0"/>
    </route>