Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Regenerate tesh files and make the tests gras-{all2all,ping,rpc}-rl succeed.
[simgrid.git] / examples / gras / ping / ping.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <process host="Tremblay" function="server">
5      <argument value="4000"/>       <!-- port number -->
6   </process>
7   <process host="Fafard" function="client">
8      <argument value="Tremblay"/>   <!-- server host -->
9      <argument value="4000"/>       <!-- port number -->
10   </process>
11 </platform>