Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split another xml file (memory leaks in the parser).
[simgrid.git] / teshsuite / msg / process_d.xml
diff --git a/teshsuite/msg/process_d.xml b/teshsuite/msg/process_d.xml
new file mode 100644 (file)
index 0000000..ee058c5
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+  <!-- The master process (with some arguments) -->
+  <process host="Tremblay" function="master">
+  </process>
+
+  <!-- The slave processes (with mailbox to listen on as argument) -->
+  <process host="Tremblay" function="slave">
+  </process>
+</platform>
\ No newline at end of file