Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
b1419e71b34099d65237dc8bdb536383c8848baa
[simgrid.git] / examples / msg / actions-mpi / actions-mpi_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          ./mpi_actions homogeneous_3_hosts.xml mpi_deployment_split.xml  -->
7
8   <process host="Tremblay" function="p0">    <argument value="actions-mpi_split_p0.txt"/>  </process>
9   <process host="Ruby" function="p1">        <argument value="actions-mpi_split_p1.txt"/>  </process>
10 </platform>