Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sed -i -e 's/\t/ /g' [sources] Please people, stop using tabs
[simgrid.git] / teshsuite / msg / process / process_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
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>