Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / examples / msg / parallel_task / test_ptask_platform.xml
index 6132794..ca9c5c3 100644 (file)
@@ -3,16 +3,16 @@
  <platform version="3">
  <AS  id="AS0"  routing="Full">
    <!-- ljlkj -->
-   <host id="Tremblay" power="1e9"/>
-   <host id="Jupiter" power="1e9"/>
-   <host id="Fafard" power="1e9"/>
-   <host id="Ginette" power="1e9"/>
-   <link id="0" bandwidth="1e8" latency="100e-6"/>
-   <link id="1" bandwidth="1e8" latency="100e-6"/>
-   <link id="2" bandwidth="1e8" latency="100e-6"/>
-   <link id="3" bandwidth="1e8" latency="100e-6"/>
-   <link id="switch" bandwidth="1e8" latency="100e-6" sharing_policy="FATPIPE"/>
-   <link id="loopback" bandwidth="1e10" latency="1e-6" sharing_policy="FATPIPE"/>
+   <host id="Tremblay" power="1gf"/>
+   <host id="Jupiter" power="1gf"/>
+   <host id="Fafard" power="1gf"/>
+   <host id="Ginette" power="1gf"/>
+   <link id="0" bandwidth="100MBps" latency="100us"/>
+   <link id="1" bandwidth="100MBps" latency="100us"/>
+   <link id="2" bandwidth="100MBps" latency="100us"/>
+   <link id="3" bandwidth="100MBps" latency="100us"/>
+   <link id="switch" bandwidth="100MBps" latency="100us" sharing_policy="FATPIPE"/>
+   <link id="loopback" bandwidth="10GBps" latency="1us" sharing_policy="FATPIPE"/>
    <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>