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

Public GIT Repository
increase the timeout of a command which seem to be a bit long on pipol
[simgrid.git] / examples / msg / gtnets / onelink-d.xml
index b8cd116bb86ac1984f23dc8e671db55e9f92d57c..17d98f25d044bbd431a75a39403ab5d630bf7fad 100644 (file)
@@ -3,10 +3,13 @@
 <platform version="2">
 
   <process host="S1" function="master">
-      <argument value="100000000"/>
+      <argument value="1000000"/>
       <argument value="C1"/>
+      <argument value="1"/>
   </process>
 
-  <process host="C1" function="slave"/>
-
+  <process host="C1" function="slave">
+    <argument value="1"/>
+  </process>
+  
 </platform>