Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split actions in two dir
[simgrid.git] / examples / msg / actions / mpi_deployment_split.xml
diff --git a/examples/msg/actions/mpi_deployment_split.xml b/examples/msg/actions/mpi_deployment_split.xml
deleted file mode 100644 (file)
index e0984f7..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:
-         ./mpi_actions homogeneous_3_hosts.xml mpi_deployment_split.xml  -->
-
-  <process host="Tremblay" function="p0">
-    <argument value="mpi_actions_split_p0.txt"/>
-  </process>
-  <process host="Ruby" function="p1">
-    <argument value="mpi_actions_split_p1.txt"/>
-  </process>
-</platform>