Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : comment erroneous ignore (not completely sure ...)
[simgrid.git] / examples / msg / mc / platform.xml
index 210e3e7..00e89c1 100644 (file)
@@ -2,13 +2,13 @@
  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
  <platform version="3">
  <AS  id="AS0"  routing="Full">
-   <host id="HostA" power="137333000"/>
-   <host id="HostB" power="98095000"/>
-   <host id="HostC" power="98095000"/>
-   <host id="HostD" power="98095000"/>
-   <link id="1" bandwidth="3430125" latency="0.000536941"/>
-   <link id="2" bandwidth="3430125" latency="0.000536941"/>
-   <link id="3" bandwidth="3430125" latency="0.000536941"/>
+   <host id="HostA" power="137.333Mf"/>
+   <host id="HostB" power="98.095Mf"/>
+   <host id="HostC" power="98.095Mf"/>
+   <host id="HostD" power="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"/>
    <route src="HostA" dst="HostB"><link_ctn id="1"/></route>
    <route src="HostA" dst="HostC"><link_ctn id="2"/></route>
    <route src="HostA" dst="HostD"><link_ctn id="3"/></route>