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
diff --git a/teshsuite/gras/msg_handle/msg_handle.xml b/teshsuite/gras/msg_handle/msg_handle.xml
new file mode 100644 (file)
index 0000000..0900aa3
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description version="1">
+  <process host="Tremblay" function="server">
+     <argument value="4000"/>       <!-- my port number -->
+     <argument value="Fafard:4000"/>   <!-- client location -->
+  </process>
+  <process host="Fafard" function="client">
+     <argument value="4000"/>       <!-- my port number -->
+     <argument value="Tremblay:4000"/>   <!-- server location -->
+  </process>
+</platform_description>