Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Chord: update some messages displayed
[simgrid.git] / examples / msg / sendrecv / deployment_sendrecv.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3"><!-- For using with ping_pong, platform_sendrecv.xml -->
4
5   <process host="Inmos" function="sender">
6         <argument value="Bellevue"/>
7   </process>
8   <process host="Bellevue" function="receiver"/>
9 </platform>