Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / msg / sendrecv / deployment_sendrecv.xml
index a9c097b..5396198 100644 (file)
@@ -1,9 +1,10 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
 <!-- For using with ping_pong, platform_sendrecv.xml -->
-<platform_description version="1">
-  <process host="Inmos" function="sender">
-       <argument value="Bellevue"/>
+
+  <process host="Tremblay" function="sender">
+       <argument value="Jupiter"/>
   </process>
-  <process host="Bellevue" function="receiver"/>
-</platform_description>
+  <process host="Jupiter" function="receiver"/>
+</platform>