Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pass the neighbor in the enroll message, not on the command line
[simgrid.git] / examples / gras / pmm / pmm_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description>
4   <!-- The Tremblay node, arguments :: all others nodes -->
5   <process host="Jacquelin" function="master">
6      <argument value="Boivin:4000"/>
7      <argument value="Jean_Yves:4000"/>
8      <argument value="TeX:4000"/>
9      <argument value="Geoff:4000"/>
10      <argument value="Disney:4000"/>
11      <argument value="iRMX:4000"/>
12      <argument value="McGee:4000"/>
13      <argument value="Gatien:4000"/>
14      <argument value="Laroche:4000"/>
15   </process>
16   
17   <process host="Boivin"    function="slave"><argument value="4000"/></process>
18   <process host="Jean_Yves" function="slave"><argument value="4000"/></process>
19   <process host="TeX"       function="slave"><argument value="4000"/></process>
20   <process host="Geoff"     function="slave"><argument value="4000"/></process>
21   <process host="Disney"    function="slave"><argument value="4000"/></process>
22   <process host="iRMX"      function="slave"><argument value="4000"/></process>
23   <process host="McGee"     function="slave"><argument value="4000"/></process>
24   <process host="Gatien"    function="slave"><argument value="4000"/></process>
25   <process host="Laroche"   function="slave"><argument value="4000"/></process>
26 </platform_description>