Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / teshsuite / simdag / platforms / three_hosts_non_symmetric_route.xml
index f72e32a..1de4ab6 100644 (file)
@@ -2,13 +2,13 @@
  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
  <platform version="3">
  <AS  id="AS0"  routing="Full">
-   <host id="bob" power="1000000000"/>
-   <host id="alice" power="500000000"/>
-   <host id="trudy" power="250000000"/>
+   <host id="bob" power="1gf"/>
+   <host id="alice" power="500mf"/>
+   <host id="trudy" power="250mf"/>
  
-   <link id="link1" bandwidth="125000000" latency="5E-5"/>
-   <link id="link2" bandwidth="125000000" latency="5E-5"/>
-   <link id="link3" bandwidth="125000000" latency="5E-5"/>
+   <link id="link1" bandwidth="125MBps" latency="50us"/>
+   <link id="link2" bandwidth="125MBps" latency="50us"/>
+   <link id="link3" bandwidth="125MBps" latency="50us"/>
  
    <route src="bob" dst="alice" symmetrical="NO">
      <link_ctn id="link1"/>