Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split the xml file, and destroy task, to fix memory leaks.
[simgrid.git] / teshsuite / msg / pid_d.xml
diff --git a/teshsuite/msg/pid_d.xml b/teshsuite/msg/pid_d.xml
new file mode 100644 (file)
index 0000000..7475570
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version='1.0'?>
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
+   <!-- Deployment -->
+   <process host="toto" function="sendpid"/>
+   <process host="toto" function="sendpid"/>
+   <process host="toto" function="sendpid"/>
+   <process host="toto" function="killall"/>
+ </platform>