Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
85e31a33169a550a81756fd1d952604c5758ae8a
[simgrid.git] / examples / gras / properties / gras_prop_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "surfxml.dtd">
3 <platform version="2">
4   <process host="Jacquelin" function="server">
5     <prop id="someprop" value="somevalue"/>
6   </process>
7   <process host="Boivin" function="client">
8     <prop id="otherprop" value="othervalue"/>
9   </process>
10 </platform>