Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add msg process test and fix ppid of created processes
[simgrid.git] / teshsuite / msg / process.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4   <!-- The hosts -->
5   <AS  id="AS0"  routing="Full">
6    <host id="Tremblay" power="98.095Mf"/>
7   </AS>
8
9   <!-- The master process (with some arguments) -->
10   <process host="Tremblay" function="master">
11   </process>
12   
13   <!-- The slave processes (with mailbox to listen on as argument) -->
14   <process host="Tremblay" function="slave">
15   </process>
16  </platform>