Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This time, hopefully, the files are in valid version 2 of the DTD
[simgrid.git] / examples / gras / spawn / spawn.xml
index 28500f2..554d683 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="1">
+<!DOCTYPE platform SYSTEM "surfxml.dtd">
+<platform version="2">
   <process host="Tremblay" function="father">
      <argument value="4000"/>       <!-- port number -->
      <argument value="5"/>          <!-- number of childs -->
   </process>
-</platform_description>
+</platform>