Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
XML is... well we're using it.
[simgrid.git] / examples / gras / ping / ping_deployment.xml
diff --git a/examples/gras/ping/ping_deployment.xml b/examples/gras/ping/ping_deployment.xml
new file mode 100644 (file)
index 0000000..a97b81d
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description>
+  <process host="Tremblay" function="server">
+     <argument value="4000"/>       <!-- port number -->
+  </process>
+  <process host="Fafard" function="client">
+     <argument value="4000"/>       <!-- port number -->
+  </process>
+</platform_description>