Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix XML
[simgrid.git] / examples / msg / actions-comm / actions-comm_split_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4 <!-- Example file of how to use trace replay, with actions split in separate files, one per process.
5      Launch it like this:
6          ./actions-comm ../../platforms/platform.xml actions-comm_split_d.xml  -->
7
8   <process host="Tremblay" function="p0">
9     <argument value="actions-comm_split_p0.txt"/>
10   </process>
11   <process host="Ruby"   function="p1">
12     <argument value="actions-comm_split_p1.txt"/>
13   </process>
14 </platform>