Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the platforms file with the new s/:/_/ in DTD
[simgrid.git] / examples / msg / gtnets / dogbone-d.xml
index 74047ce..108d31d 100644 (file)
@@ -1,18 +1,23 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<!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"/>
-
+  <process host="C1" function="slave">
+      <argument value="0"/>
+  </process>
+  <process host="C2" function="slave">
+      <argument value="1"/>
+  </process>
 </platform>