Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed full routing support for routers, no routing complexity is added routers are...
[simgrid.git] / examples / msg / gtnets / onelink-d.xml
index 5817b0f..17d98f2 100644 (file)
@@ -3,10 +3,13 @@
 <platform version="2">
 
   <process host="S1" function="master">
-      <argument value="1000"/>
+      <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>