Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
test that the hosts get the cluster's properties
[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   
13   <process host="host2" function="david" />
14 </platform>