Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
temporarly reduce the example size until it gets debugged in SG
[simgrid.git] / examples / gras / pmm / pmm.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4
5   <process host="Jacquelin" function="master">
6      <argument value="4242"/>
7   </process>
8   
9   <process host="Boivin"    function="slave"><argument value="Jacquelin:4242"/><argument value="0"/></process>
10   <process host="Jean_Yves" function="slave"><argument value="Jacquelin:4242"/><argument value="1"/></process>
11   <process host="TeX"       function="slave"><argument value="Jacquelin:4242"/><argument value="2"/></process>
12   <process host="Geoff"     function="slave"><argument value="Jacquelin:4242"/><argument value="3"/></process>
13 <!--  <process host="Disney"    function="slave"><argument value="Jacquelin:4242"/><argument value="4"/></process>
14   <process host="iRMX"      function="slave"><argument value="Jacquelin:4242"/><argument value="5"/></process>
15   <process host="McGee"     function="slave"><argument value="Jacquelin:4242"/><argument value="6"/></process>
16   <process host="Gatien"    function="slave"><argument value="Jacquelin:4242"/><argument value="7"/></process>
17   <process host="Laroche"   function="slave"><argument value="Jacquelin:4242"/><argument value="8"/></process>
18 -->
19 </platform>