Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New test to ensure the semantic of gras_msg_handle(i) when i<0, i==0 and i>0
[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="1">
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>