Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Gras_stub_generator does not produce the same files as it used to
[simgrid.git] / examples / gras / pmm / pmm_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="1">
4
5   <process host="Jacquelin" function="master">
6      <argument value="4242"/>
7   </process>
8   
9   <process host="Boivin"    function="slave"><argument value="Jacquelin:4242"/></process>
10   <process host="Jean_Yves" function="slave"><argument value="Jacquelin:4242"/></process>
11   <process host="TeX"       function="slave"><argument value="Jacquelin:4242"/></process>
12   <process host="Geoff"     function="slave"><argument value="Jacquelin:4242"/></process>
13   <process host="Disney"    function="slave"><argument value="Jacquelin:4242"/></process>
14   <process host="iRMX"      function="slave"><argument value="Jacquelin:4242"/></process>
15   <process host="McGee"     function="slave"><argument value="Jacquelin:4242"/></process>
16   <process host="Gatien"    function="slave"><argument value="Jacquelin:4242"/></process>
17   <process host="Laroche"   function="slave"><argument value="Jacquelin:4242"/></process>
18 </platform_description>