Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
e4600d36ae8528291fd696a0d4f48c4edeb3951c
[simgrid.git] / examples / pingPong / ping_pong_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="3">
4   <process host="Inmos" function="Sender">
5       <argument value="Bellevue"/>
6   </process>
7 <process host="Bellevue" function="Receiver"/>
8 </platform>