Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cafca99a7f365899067f0942881bebbc4a45c401
[simgrid.git] / teshsuite / msg / process / process_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4   <!-- The master process (with some arguments) -->
5   <process host="Tremblay" function="master">
6   </process>
7
8   <!-- The slave processes (with mailbox to listen on as argument) -->
9   <process host="Tremblay" function="slave">
10   </process>
11 </platform>