]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/sendrecv/deployment_sendrecv.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make this example clean for valgrind.
[simgrid.git] / examples / msg / sendrecv / deployment_sendrecv.xml
index fb0f83f22ff5c1ff05b8af72418cbc3756e13179..a25d1c089f2f515aa6ddfb6dc4cd7027d8b98c08 100644 (file)
@@ -1,9 +1,9 @@
 <?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="Inmos" function="sender">
        <argument value="Bellevue"/>
   </process>
   <process host="Bellevue" function="receiver"/>
-</platform_description>
+</platform>