Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #2 from mquinson/master
[simgrid.git] / examples / msg / actions / deployment_split.xml
index 86ea19c..f028595 100644 (file)
@@ -1,12 +1,10 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<!-- Example file of how to use trace replay, with actions split in
-     separate files, one per process.
+<!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  -->
 
-  ./actions homogeneous_3_hosts.xml deployment_split.xml
--->
-<platform version="3">
   <process host="Tremblay" function="p0">
     <argument value="actions_split_p0.txt"/>
   </process>