Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] Fix tests: tracing-ms, and tracing-categories.
[simgrid.git] / examples / msg / masterslave / deployment_masterslave.xml
index e5d68e8..992d8f0 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="2">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="master">
      <argument value="20"/>       <!-- Number of tasks -->
@@ -18,4 +18,4 @@
   <process host="Fafard" function="slave"/>
   <process host="Ginette" function="slave"/>
   <process host="Bourassa" function="slave"/>
-</platform_description>
+</platform>