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 4789164..aa5038e 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "simgrid.dtd">
- <platform version="2">
+ <!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>