Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
350aeed14aa958a3385119cda28d5d4d656223e9
[simgrid.git] / examples / msg / sendrecv / deployment_sendrecv.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform version="2"><!-- 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>