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 350aeed..5396198 100644 (file)
@@ -1,9 +1,10 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform version="2"><!-- For using with ping_pong, platform_sendrecv.xml -->
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+<!-- For using with ping_pong, platform_sendrecv.xml -->
 
-  <process host="Inmos" function="sender">
-       <argument value="Bellevue"/>
+  <process host="Tremblay" function="sender">
+       <argument value="Jupiter"/>
   </process>
-  <process host="Bellevue" function="receiver"/>
+  <process host="Jupiter" function="receiver"/>
 </platform>