Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the XML files
[simgrid.git] / examples / java / ping_pong / ping_pong_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="2">
4   <process host="Inmos" function="Sender">
5       <argument value="Bellevue"/>
6   </process>
7 <process host="Bellevue" function="Receiver"/>
8 </platform_description>