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

Public GIT Repository
fix gtnets tracing tesh'es, remove the log message from the master
[simgrid.git] / examples / msg / gtnets / onelink-d.xml
index 8b9645582e3ca8472e8482e3824e19bf70aeaf8e..a0963c0bd527d54f7b76d2c944c6467433e28f86 100644 (file)
@@ -1,12 +1,15 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "surfxml.dtd">
-<platform version="2">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
 
   <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>