Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into hypervisor
[simgrid.git] / teshsuite / simdag / network / mxn / platform_4p_1switch.xml
index c4f0d55..d879f07 100644 (file)
@@ -4,16 +4,16 @@
  <AS  id="AS0"  routing="Full">
  
  
-   <host id="cpu0" power="1"/>
-   <host id="cpu1" power="1"/>
-   <host id="cpu2" power="1"/>
-   <host id="cpu3" power="1"/>
+   <host id="cpu0" power="1f"/>
+   <host id="cpu1" power="1f"/>
+   <host id="cpu2" power="1f"/>
+   <host id="cpu3" power="1f"/>
    
-   <link id="switch" bandwidth="2" latency="1" sharing_policy="FATPIPE"/>
-   <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
-   <link id="link1" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
-   <link id="link2" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
-   <link id="link3" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
+   <link id="switch" bandwidth="2Bps" latency="1s" sharing_policy="FATPIPE"/>
+   <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
+   <link id="link1" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
+   <link id="link2" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
+   <link id="link3" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
    
    <route src="cpu0" dst="cpu1">
      <link_ctn id="link0"/>