Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the XML files
[simgrid.git] / teshsuite / gras / msg_handle / msg_handle.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="2">
4   <process host="Tremblay" function="server">
5      <argument value="4000"/>       <!-- my port number -->
6      <argument value="Fafard:4000"/>   <!-- client location -->
7   </process>
8   <process host="Fafard" function="client">
9      <argument value="4000"/>       <!-- my port number -->
10      <argument value="Tremblay:4000"/>   <!-- server location -->
11   </process>
12 </platform_description>