Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed some unused and out-of-date XML files, corrected some others in order to...
[simgrid.git] / examples / msg / actions / deployment_split.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <!-- Example file of how to use trace replay, with actions split in
4      separate files, one per process.
5      Launch it like this: 
6      
7   ./actions homogeneous_3_hosts.xml deployment_split.xml 
8 -->
9 <platform version="3">
10   <process host="host0" function="p0">
11     <argument value="actions_split_p0.txt"/>
12   </process>
13   <process host="host1" function="p1">
14     <argument value="actions_split_p1.txt"/>
15   </process>
16 </platform>