Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / examples / msg / gtnets / dogbone-d.xml
index 76498de..108d31d 100644 (file)
@@ -3,16 +3,21 @@
 <platform version="2">
 
   <process host="S1" function="master">
-      <argument value="10000000"/>
+      <argument value="10000"/>
       <argument value="C1"/>
+      <argument value="0"/>
   </process>
 
   <process host="S2" function="master">
-      <argument value="10000000"/>
+      <argument value="10000"/>
       <argument value="C2"/>
+      <argument value="1"/>
   </process>
 
-  <process host="C1" function="slave"/>
-  <process host="C2" function="slave"/>
-
+  <process host="C1" function="slave">
+      <argument value="0"/>
+  </process>
+  <process host="C2" function="slave">
+      <argument value="1"/>
+  </process>
 </platform>