Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cople with new gtnets.c and deployment files.
[simgrid.git] / examples / msg / gtnets / waxman5-d.xml
index 25656a0..2fe4be8 100644 (file)
@@ -5,14 +5,21 @@
   <process host="Marc" function="master">
       <argument value="100"/>
       <argument value="Boivin"/>
+      <argument value="1"/>
   </process>
 
   <process host="Emacs" function="master">
       <argument value="100"/>
       <argument value="Jackson"/>
+      <argument value="2"/>
   </process>
 
-  <process host="Boivin" function="slave"/>
-  <process host="Jackson" function="slave"/>
+  <process host="Boivin" function="slave">
+    <argument value="1"/>
+  </process>
+  <process host="Jackson" function="slave">
+    <argument value="2"/>
+  </process>
 
 </platform>