Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / teshsuite / msg / get_sender_p.xml
index 298539f..aa5038e 100644 (file)
@@ -2,9 +2,9 @@
  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
  <platform version="3">
  <AS  id="AS0"  routing="Full">
-   
-   <host id="toto" power="1000000"/>
-   <link id="lb" bandwidth="100000000" latency="0.000000"/>
+
+   <host id="toto" power="1mf"/>
+   <link id="lb" bandwidth="100MBps" latency="0"/>
    <route src="toto" dst="toto"><link_ctn id="lb"/></route>
 
  </AS>