Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use more reasonnable values for this example.
authorNavarrop <Pierre.Navarro@imag.fr>
Wed, 14 Sep 2011 11:30:23 +0000 (13:30 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Thu, 15 Sep 2011 14:48:48 +0000 (16:48 +0200)
examples/msg/ns3/dogbone-d.xml
examples/msg/ns3/dogbone-p.xml

index e5935f0..6ccc284 100644 (file)
@@ -3,13 +3,13 @@
 <platform version="3">
 
   <process host="S1" function="master">
 <platform version="3">
 
   <process host="S1" function="master">
-      <argument value="200000"/>
+      <argument value="20000000"/>
       <argument value="C1"/>
       <argument value="0"/>
   </process>
 
   <process host="S2" function="master">
       <argument value="C1"/>
       <argument value="0"/>
   </process>
 
   <process host="S2" function="master">
-      <argument value="200000"/>
+      <argument value="20000000"/>
       <argument value="C2"/>
       <argument value="1"/>
   </process>
       <argument value="C2"/>
       <argument value="1"/>
   </process>
index 44ac5c3..08eb81c 100644 (file)
    <router id="R1"/>
    <router id="R2"/>
  
    <router id="R1"/>
    <router id="R2"/>
  
-   <link id="1" bandwidth="1000000" latency="0.0001"/>
-   <link id="2" bandwidth="100000" latency="0.1"/>
-   <link id="3" bandwidth="1000000" latency="0.0001"/>
-   <link id="4" bandwidth="1000000" latency="0.0001"/>
-   <link id="5" bandwidth="1000000" latency="0.0001"/>
+   <link id="1" bandwidth="100000000" latency="0.00001"/>
+   <link id="2" bandwidth="10000000"  latency="0.00001"/>
+   <link id="3" bandwidth="100000000" latency="0.00001"/>
+   <link id="4" bandwidth="100000000" latency="0.00001"/>
+   <link id="5" bandwidth="100000000" latency="0.00001"/>
  
  
    <route src="S1" dst="C1">
  
  
    <route src="S1" dst="C1">