Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rewrite the s4u_launching example
[simgrid.git] / examples / s4u / launching / deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4
5   <!-- This a weird deployment file: we only start one actor from here and the others from the main().
6     --
7     -- This is only for the example, but don't do that at home.
8     -- Instead, you want to start all your actors from the deployment file.
9     -->
10    
11   <process host="Fafard" function="receiver">
12     <!-- Pass the right mailbox name to the actor -->
13     <argument value="mb42" />
14   </process>
15 </platform>