Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Add location field in struct/class-members
[simgrid.git] / teshsuite / simdag / basic_platform.xml
index 8f548e8..b1aeab6 100644 (file)
@@ -4,18 +4,15 @@
  <AS  id="AS0"  routing="Full">
  
  
-   <host id="cpu0" power="4e+09"/>
-   <host id="cpu1" power="4e+09"/>
-   <link id="link0" bandwidth="1.25e+08" latency="1.0e-04" sharing_policy="SHARED"/>
+   <host id="cpu0" power="4Gf"/>
+   <host id="cpu1" power="4Gf"/>
+   <link id="link0" bandwidth="125MBps" latency="100us" sharing_policy="SHARED"/>
    <route src="cpu0" dst="cpu0">
      <link_ctn id="link0"/>
    </route>
    <route src="cpu0" dst="cpu1">
      <link_ctn id="link0"/>
    </route>
-   <route src="cpu1" dst="cpu0">
-     <link_ctn id="link0"/>
-   </route>
    <route src="cpu1" dst="cpu1">
      <link_ctn id="link0"/>
    </route>