Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv deprecated examples to teshsuite
[simgrid.git] / examples / msg / actions-comm / actions-comm_split_d.xml
diff --git a/examples/msg/actions-comm/actions-comm_split_d.xml b/examples/msg/actions-comm/actions-comm_split_d.xml
deleted file mode 100644 (file)
index 846270d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-<!-- Example file of how to use trace replay, with actions split in separate files, one per process.
-     Launch it like this:
-         ./actions-comm ../../platforms/platform.xml actions-comm_split_d.xml  -->
-
-  <process host="Tremblay" function="p0">
-    <argument value="actions-comm_split_p0.txt"/>
-  </process>
-  <process host="Ruby"   function="p1">
-    <argument value="actions-comm_split_p1.txt"/>
-  </process>
-</platform>