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

Public GIT Repository
using a trace marker to register the end of each flow in the gtnets example
[simgrid.git] / examples / msg / gtnets / dogbone-d.xml
index 3ab11bf489598c73b8b268bdb7d130dd43fa8ba7..108d31dbe08ebce7e97a63cc1b8a2ee7c330e2e0 100644 (file)
@@ -1,18 +1,23 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="2">
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<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"/>
-
-</platform_description>
+  <process host="C1" function="slave">
+      <argument value="0"/>
+  </process>
+  <process host="C2" function="slave">
+      <argument value="1"/>
+  </process>
+</platform>