Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move MSG_parallel_task_create() in msg_task.c.
[simgrid.git] / examples / msg / ns3 / 3links-p.xml
index 647b29e..a7e6848 100644 (file)
@@ -7,7 +7,7 @@
  
  S2 _______2_____ C2
  
- S3 ________3____ C2
+ S3 ________3____ C3
  
  -->
        
@@ -19,9 +19,9 @@
    <host id="S3" power="1000000000"/>
    <host id="C3" power="1000000000"/>
  
-   <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="1000000" latency="0.00001"/>
+   <link id="2" bandwidth="1000000" latency="0.00001"/>
+   <link id="3" bandwidth="1000000" latency="0.00001"/>
  
    <route src="S1" dst="C1">
       <link_ctn id="1"/>
@@ -34,4 +34,4 @@
    </route>
   
  </AS>
- </platform>
\ No newline at end of file
+ </platform>