Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] XML deployment example
[simgrid.git] / examples / s4u / basic / deployment.xml
diff --git a/examples/s4u/basic/deployment.xml b/examples/s4u/basic/deployment.xml
new file mode 100644 (file)
index 0000000..4004253
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+  <process host="Tremblay" function="worker">
+  </process>
+  <process host="Jupiter" function="master">
+  </process>
+</platform>