Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Xml platform cleaning
[simgrid.git] / examples / msg / sendrecv / deployment_sendrecv.xml
index a25d1c0..1db7ddb 100644 (file)
@@ -2,8 +2,8 @@
 <!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 host="Tremblay" function="sender">
+       <argument value="Jupiter"/>
   </process>
-  <process host="Bellevue" function="receiver"/>
+  <process host="Jupiter" function="receiver"/>
 </platform>