Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Wait for isends, and destroy comms.
[simgrid.git] / teshsuite / msg / host_on_off_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="Jupiter" function="slave">
10   </process>
11 </platform>