Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc' into mc++
[simgrid.git] / examples / msg / priority / deployment_priority.xml
index c79125a..5f60f5b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<!-- For using with ping_pong, platform_sendrecv.xml -->
-<platform_description version="1">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3"><!-- For using with ping_pong, platform_sendrecv.xml -->
+
   <process host="Fafard" function="test">
        <argument value="76296000"/>
        <argument value="1.0"/>
@@ -10,4 +10,4 @@
        <argument value="76296000"/>
        <argument value="2.0"/>
   </process>
-</platform_description>
+</platform>