Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / examples / msg / small_platform_with_failures.xml
index 8041c4d..572ebff 100644 (file)
@@ -3,23 +3,23 @@
  <platform version="3">
  <AS  id="AS0"  routing="Full">
    <!-- ljlkj -->
-   <host id="Tremblay" power="25000000"/>
-   <host id="Jupiter" power="25000000" state_file="jupiter_state.trace"/>
-   <host id="Fafard" power="25000000" state_file="fafard_state.trace" />
-   <host id="Ginette" power="25000000" state_file="ginette_state.trace"/>
-   <host id="Bourassa" power="25000000"state_file="bourassa_state.trace"/>
-   <link id="1" bandwidth="1000000" latency="0.0"/>
-   <link id="2" bandwidth="1000000" latency="0.0"/>
-   <link id="3" bandwidth="1000000" latency="0.0" state_file="link3_state.trace" />
-   <link id="4" bandwidth="1000000" latency="0.0" state_file="link4_state.trace" />
-   <link id="5" bandwidth="1000000" latency="0.0"/>
-   <link id="6" bandwidth="1000000" latency="0.0"/>
-   <link id="7" bandwidth="1000000" latency="0.0"/>
-   <link id="8" bandwidth="1000000" latency="0.0"/>
-   <link id="9" bandwidth="1000000" latency="0.0"/>
-   <link id="10" bandwidth="1000000" latency="0.0"/>
-   <link id="loopback_FATPIPE" bandwidth="10000000" latency="0.0" sharing_policy="FATPIPE"/>
-   <link id="loopback" bandwidth="100000000" latency="0.0"/>
+   <host id="Tremblay" power="25mf"/>
+   <host id="Jupiter" power="25mf" state_file="jupiter_state.trace"/>
+   <host id="Fafard" power="25mf" state_file="fafard_state.trace" />
+   <host id="Ginette" power="25mf" state_file="ginette_state.trace"/>
+   <host id="Bourassa" power="25mf"state_file="bourassa_state.trace"/>
+   <link id="1" bandwidth="1MBps" latency="0"/>
+   <link id="2" bandwidth="1MBps" latency="0"/>
+   <link id="3" bandwidth="1MBps" latency="0" state_file="link3_state.trace" />
+   <link id="4" bandwidth="1MBps" latency="0" state_file="link4_state.trace" />
+   <link id="5" bandwidth="1MBps" latency="0"/>
+   <link id="6" bandwidth="1MBps" latency="0"/>
+   <link id="7" bandwidth="1MBps" latency="0"/>
+   <link id="8" bandwidth="1MBps" latency="0"/>
+   <link id="9" bandwidth="1MBps" latency="0"/>
+   <link id="10" bandwidth="1MBps" latency="0"/>
+   <link id="loopback_FATPIPE" bandwidth="10MBps" latency="0" sharing_policy="FATPIPE"/>
+   <link id="loopback" bandwidth="100MBps" latency="0"/>
    <route src="Tremblay" dst="Tremblay"><link_ctn id="loopback"/></route>
    <route src="Jupiter" dst="Jupiter"><link_ctn id="loopback"/></route>
    <route src="Fafard" dst="Fafard"><link_ctn id="loopback"/></route>