Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmakelists cleanup
[simgrid.git] / teshsuite / msg / get_sender_p.xml
index cbe1c21..05064f0 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "simgrid.dtd">
+ <!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>