]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/gtnets/dogbone-d.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tesh file. Surprisingly, according to git, it was already wrong when first commit...
[simgrid.git] / examples / msg / gtnets / dogbone-d.xml
index 76498de8ffee56d8c69898c76cb669a53f0a4b76..108d31dbe08ebce7e97a63cc1b8a2ee7c330e2e0 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>