Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a9c097beb094d2c69f8b0475be41ed5f593866db
[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>