Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups in teshsuite/simdag/platforms, don't ask why
[simgrid.git] / teshsuite / simdag / platforms / three_hosts_non_symmetric_route.xml
index a1aa7e7..8e1428a 100644 (file)
@@ -1,10 +1,12 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
  <AS  id="AS0"  routing="Full">
-   <host id="bob" power="1Gf"/>
-   <host id="alice" power="500Mf"/>
-   <host id="trudy" power="250Mf"/>
+   <host id="bob" speed="1Gf"/>
+   <host id="alice" speed="500Mf"/>
+   <host id="trudy" speed="250Mf"/>
  
    <link id="link1" bandwidth="125MBps" latency="50us"/>
    <link id="link2" bandwidth="125MBps" latency="50us"/>