Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Still more to do
[simgrid.git] / examples / amok / saturate / saturate_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="1">
4   <process host="Tremblay" function="sensor"> <argument value="4000"/> </process>
5   <process host="Jupiter"  function="sensor"> <argument value="4000"/> </process>
6   <process host="Fafard"   function="sensor"> <argument value="4000"/> </process>
7   <process host="Ginette"  function="sensor"> <argument value="4000"/> </process>
8
9   <process host="Bourassa" function="maestro">
10      <argument value="Tremblay:4000"/>
11      <argument value="Jupiter:4000"/>
12      <argument value="Fafard:4000"/>
13      <argument value="Ginette:4000"/>
14   </process>
15 </platform_description>