Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup msg actions
[simgrid.git] / examples / msg / actions / deployment_split.xml
index 9f3ba8f..c73bd33 100644 (file)
@@ -1,17 +1,14 @@
-<!-- Example file of how to use trace replay, with actions split in
-     separate files, one per process.
-     Launch it like this: 
-     
-  ./actions homogeneous_3_hosts.xml deployment_split.xml 
--->
-
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
-  <process host="host0" function="p0">
-    <argument value="actions_p0.txt"/>
+<!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 homogeneous_3_hosts.xml deployment_split.xml  -->
+
+  <process host="Tremblay" function="p0">
+    <argument value="mpi_actions_split_p0.txt"/>
   </process>
-  <process host="host1" function="p1">
-    <argument value="actions_p1.txt"/>
+  <process host="Ruby" function="p1">
+    <argument value="mpi_actions_split_p1.txt"/>
   </process>
 </platform>