Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initial implementation of kadeploy look-alike
[simgrid.git] / examples / msg / kadeploy / deployment_kadeploy.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3"><!-- For using with kadeploy, platform_kadeploy.xml -->
4
5   <process host="Inmos" function="broadcaster">
6         <argument value="Bellevue"/>
7         <argument value="Test"/>
8   </process>
9   <process host="Bellevue" function="peer"/>
10 </platform>