Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Free allocated string.
[simgrid.git] / examples / msg / actions / deployment_split.xml
index 9f3ba8f..49c68d8 100644 (file)
@@ -1,17 +1,16 @@
+<?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.
      Launch it like this: 
      
   ./actions homogeneous_3_hosts.xml deployment_split.xml 
 -->
-
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
+<platform version="3">
   <process host="host0" function="p0">
-    <argument value="actions_p0.txt"/>
+    <argument value="actions_split_p0.txt"/>
   </process>
   <process host="host1" function="p1">
-    <argument value="actions_p1.txt"/>
+    <argument value="actions_split_p1.txt"/>
   </process>
 </platform>