Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c9703f5deedc30e07f0d8aa7df5da8aca1d7b5f6
[simgrid.git] / examples / java / tracing / tracingPingPongDeployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4   <process host="Jacquelin" function="tracing.Sender">
5       <argument value="Boivin"/>
6       <argument value="Marcel"/>
7   </process>
8 <process host="Boivin" function="tracing.Receiver"/>
9 <process host="Marcel" function="tracing.Receiver"/>
10 </platform>