Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[NS3] updated in the example to cover more execution scenarios
[simgrid.git] / examples / msg / ns3 / 3links-d.xml
index b9a1cf4..40ddeba 100644 (file)
@@ -3,7 +3,7 @@
 <platform version="3">
 
   <process host="S1" function="master">
-      <argument value="100"/>
+      <argument value="100000"/>
       <argument value="C1"/>
       <argument value="1"/>
   </process>
@@ -13,7 +13,7 @@
   </process>
 
   <process host="S2" function="master">
-      <argument value="1000"/>
+      <argument value="1000000"/>
       <argument value="C2"/>
       <argument value="2"/>
   </process>
   <process host="C2" function="slave">
     <argument value="2"/>
   </process>
+
    
-   
-    <process host="S3" function="master">
-      <argument value="2000"/>
+  <process host="S3" function="master">
+      <argument value="2000000"/>
       <argument value="C3"/>
       <argument value="3"/>
   </process>
   <process host="C3" function="slave">
     <argument value="3"/>
   </process>
-     
+
+<!--  <process host="C3" function="timer">
+    <argument value="0"/>
+    <argument value=".1"/>
+  </process>
+    --> 
 </platform>