Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / teshsuite / simdag / basic_platform.xml
index e43a89e..8d639fd 100644 (file)
@@ -4,9 +4,9 @@
  <AS  id="AS0"  routing="Full">
  
  
-   <host id="cpu0" power="4e+09"/>
-   <host id="cpu1" power="4e+09"/>
-   <link id="link0" bandwidth="1.25e+08" latency="1.0e-04" sharing_policy="SHARED"/>
+   <host id="cpu0" power="4gf"/>
+   <host id="cpu1" power="4gf"/>
+   <link id="link0" bandwidth="125MBps" latency="100us" sharing_policy="SHARED"/>
    <route src="cpu0" dst="cpu0">
      <link_ctn id="link0"/>
    </route>