Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New tesh file for the msg actions (plus some little fixes to make it work)
[simgrid.git] / examples / msg / actions / deployment_split.xml
index 9f3ba8f..7a205ca 100644 (file)
@@ -9,9 +9,9 @@
 <!DOCTYPE platform SYSTEM "simgrid.dtd">
 <platform version="2">
   <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>