Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add flag -Wno-error=unused-but-set-variable to enable_compile_warnings with gcc4.6
[simgrid.git] / examples / msg / priority / deployment_priority.xml
index f8d0230e75dd820b57be2fac142b73faac4710e5..5f60f5b394423761787ed9acfe4c62d5a8eee0ee 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="2"><!-- For using with ping_pong, platform_sendrecv.xml -->
+<!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"/>
@@ -10,4 +10,4 @@
        <argument value="76296000"/>
        <argument value="2.0"/>
   </process>
-</platform_description>
+</platform>