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 / onelink-d.xml
index 2706fd0..17d98f2 100644 (file)
@@ -1,12 +1,15 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="1">
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<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"/>
-
-</platform_description>
+  <process host="C1" function="slave">
+    <argument value="1"/>
+  </process>
+  
+</platform>