Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added files to the MASTER/SLAVE parser bypassing example. It is not
[simgrid.git] / examples / msg / deployment_sendrecv.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <!-- For using with ping_pong, platform_sendrecv.xml -->
4 <platform_description version="1">
5   <process host="Inmos" function="sender">
6         <argument value="Bellevue"/>
7   </process>
8   <process host="Bellevue" function="receiver"/>
9 </platform_description>