Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
d57e0f384a6c148ad2a0d9e84eab8d0f941d1973
[simgrid.git] / teshsuite / msg / task_destroy_cancel.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    <host id="Jupiter" power="76.296Mf"/>
8    <link id="1" bandwidth="41.279125MBps" latency="59.904us"/>
9    <route src="Tremblay" dst="Jupiter">
10     <link_ctn id="1"/>
11    </route>
12   </AS>
13
14   <!-- The master process (with some arguments) -->
15   <process host="Tremblay" function="master">
16   </process>
17   
18   <!-- The slave processes (with mailbox to listen on as argument) -->
19   <process host="Jupiter" function="slave">
20   </process>
21  </platform>