Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a bunch of typos reported by lintian
[simgrid.git] / examples / msg / platform-properties / platform-properties_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4   <process host="host1" function="alice" />
5   <process host="host1" function="bob">       <prop id="SomeProp" value="SomeValue"/>   </process>
6   <process host="host2" function="carole" />
7   <process host="host2" function="david" />
8 </platform>