Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update the platform files: the root tag is now called 'platform', not 'platform_descr...
[simgrid.git] / examples / amok / saturate / saturate.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform version="2">
4
5   <process host="Tremblay" function="sensor">  <argument value="Bourassa:4000"/> </process>
6   <process host="Jupiter"  function="sensor">  <argument value="Bourassa:4000"/> </process>
7   <process host="Fafard"   function="sensor">  <argument value="Bourassa:4000"/> </process>
8   <process host="Ginette"  function="sensor">  <argument value="Bourassa:4000"/> </process>
9
10   <process host="Bourassa" function="maestro"> <argument value="4000"/>          </process>
11
12 </platform>