Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add more checking to inputs of SMPI functions
[simgrid.git] / examples / gras / spawn / spawn.xml
index 28500f2..dca9e59 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="1">
-  <process host="Tremblay" function="father">
-     <argument value="4000"/>       <!-- port number -->
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+  <process host="Tremblay" function="server">
+     <argument value="100"/>        <!-- end of the search interval -->
      <argument value="5"/>          <!-- number of childs -->
   </process>
-</platform_description>
+</platform>