Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branches 'MC_LTL' and 'MC_LTL' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / examples / msg / properties / deployment_properties.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4
5   <process host="host1" function="alice" />
6
7   <process host="host1" function="bob">
8     <prop id="SomeProp" value="SomeValue"/>
9   </process>
10   
11   <process host="host2" function="carole" />
12 </platform>