Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'v3_11_x'
[simgrid.git] / examples / msg / ns3 / 3links-p.xml
index 647b29e..548490f 100644 (file)
@@ -7,21 +7,21 @@
  
  S2 _______2_____ C2
  
- S3 ________3____ C2
+ S3 ________3____ C3
  
  -->
        
  <AS  id="AS0"  routing="Full">
-   <host id="S1" power="1000000000"/>
-   <host id="C1" power="1000000000"/>
-   <host id="S2" power="1000000000"/>
-   <host id="C2" power="1000000000"/>
-   <host id="S3" power="1000000000"/>
-   <host id="C3" power="1000000000"/>
+   <host id="S1" power="1Gf"/>
+   <host id="C1" power="1Gf"/>
+   <host id="S2" power="1Gf"/>
+   <host id="C2" power="1Gf"/>
+   <host id="S3" power="1Gf"/>
+   <host id="C3" power="1Gf"/>
  
-   <link id="1" bandwidth="1000" latency="0.01"/>
-   <link id="2" bandwidth="1000" latency="0.01"/>
-   <link id="3" bandwidth="1000" latency="0.01"/>
+   <link id="1" bandwidth="1MBps" latency="10us"/>
+   <link id="2" bandwidth="1MBps" latency="10us"/>
+   <link id="3" bandwidth="1MBps" latency="10us"/>
  
    <route src="S1" dst="C1">
       <link_ctn id="1"/>
@@ -34,4 +34,4 @@
    </route>
   
  </AS>
- </platform>
\ No newline at end of file
+ </platform>