Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix, father is already defined, should not use currentContainer here
[simgrid.git] / examples / msg / sendrecv / deployment_sendrecv.xml
index fb0f83f22ff5c1ff05b8af72418cbc3756e13179..f85d7fa3b70b56a01e86d9c79aed9be728db1bb1 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 "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>