Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Increase the timeout of the liveness tests
[simgrid.git] / examples / msg / mc / platform.xml
index 00e89c1..b86fb71 100644 (file)
@@ -1,11 +1,11 @@
 <?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="HostA" power="137.333Mf"/>
-   <host id="HostB" power="98.095Mf"/>
-   <host id="HostC" power="98.095Mf"/>
-   <host id="HostD" power="98.095Mf"/>
+   <host id="HostA" speed="137.333Mf"/>
+   <host id="HostB" speed="98.095Mf"/>
+   <host id="HostC" speed="98.095Mf"/>
+   <host id="HostD" speed="98.095Mf"/>
    <link id="1" bandwidth="3.430125MBps" latency="536.941us"/>
    <link id="2" bandwidth="3.430125MBps" latency="536.941us"/>
    <link id="3" bandwidth="3.430125MBps" latency="536.941us"/>
@@ -14,4 +14,3 @@
    <route src="HostA" dst="HostD"><link_ctn id="3"/></route>
  </AS>
  </platform>