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
1 <!-- Example file of how to use trace replay, with actions split in
2      separate files, one per process.
3      Launch it like this: 
4      
5   ./actions homogeneous_3_hosts.xml deployment_split.xml 
6 -->
7
8 <?xml version='1.0'?>
9 <!DOCTYPE platform SYSTEM "simgrid.dtd">
10 <platform version="2">
11   <process host="host0" function="p0">
12     <argument value="actions_split_p0.txt"/>
13   </process>
14   <process host="host1" function="p1">
15     <argument value="actions_split_p1.txt"/>
16   </process>
17 </platform>