Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add example to kill a process.
[simgrid.git] / examples / msg / masterslave / deployment_masterslave_kill.xml
diff --git a/examples/msg/masterslave/deployment_masterslave_kill.xml b/examples/msg/masterslave/deployment_masterslave_kill.xml
new file mode 100644 (file)
index 0000000..2621d6e
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+  <process host="alice" function="master"></process>
+</platform>