Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
(kinda) working java wrappers by Malek and me
[simgrid.git] / examples / java / ping_pong / ping_pong_deployment.xml
diff --git a/examples/java/ping_pong/ping_pong_deployment.xml b/examples/java/ping_pong/ping_pong_deployment.xml
new file mode 100644 (file)
index 0000000..376a7a7
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description version="1">
+  <process host="Inmos" function="Sender">
+      <argument value="Bellevue"/>
+  </process>
+<process host="Bellevue" function="Receiver"/>
+</platform_description>