Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added a parameter for each process, given flow id, cople with gtnets.c .
[simgrid.git] / examples / msg / gtnets / onelink-d.xml
index 5817b0f..622ffeb 100644 (file)
@@ -5,8 +5,11 @@
   <process host="S1" function="master">
       <argument value="1000"/>
       <argument value="C1"/>
+      <argument value="1"/>
   </process>
 
-  <process host="C1" function="slave"/>
-
+  <process host="C1" function="slave">
+    <argument value="1"/>
+  </process>
+  
 </platform>