Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
GRAS replayer partially works. Need a real platform to test it now
[simgrid.git] / examples / gras / replay / replay.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <process host="Dodge" function="master">
5      <argument value="Montage_25.trace" /> <!-- trace file -->
6      <argument value="4500"/>            <!-- port number -->
7   </process>
8   <process host="Bescherelle" function="worker"><argument value="Dodge:4500"/></process>
9   <process host="Browne" function="worker"><argument value="Dodge:4500"/></process>
10   <process host="Croteau" function="worker"><argument value="Dodge:4500"/></process>
11   <process host="Dodge" function="worker"><argument value="Dodge:4500"/></process>
12   <process host="Ethernet" function="worker"><argument value="Dodge:4500"/></process>
13   <process host="Fafard" function="worker"><argument value="Dodge:4500"/></process>
14   <process host="Fernand" function="worker"><argument value="Dodge:4500"/></process>
15   <process host="Gaston" function="worker"><argument value="Dodge:4500"/></process>
16   <process host="Intel" function="worker"><argument value="Dodge:4500"/></process>
17   <process host="Jackson" function="worker"><argument value="Dodge:4500"/></process>
18   <process host="Jacquelin" function="worker"><argument value="Dodge:4500"/></process>
19   <process host="Jacques" function="worker"><argument value="Dodge:4500"/></process>
20   <process host="Jean_Yves" function="worker"><argument value="Dodge:4500"/></process>
21   <process host="Jill" function="worker"><argument value="Dodge:4500"/></process>
22   <process host="Jocelyne" function="worker"><argument value="Dodge:4500"/></process>
23   <process host="Juneau" function="worker"><argument value="Dodge:4500"/></process>
24   <process host="Kuenning" function="worker"><argument value="Dodge:4500"/></process>
25   <process host="Laroche" function="worker"><argument value="Dodge:4500"/></process>
26   <process host="Mathematica" function="worker"><argument value="Dodge:4500"/></process>
27   <process host="Monique" function="worker"><argument value="Dodge:4500"/></process>
28   <process host="Olivier" function="worker"><argument value="Dodge:4500"/></process>
29   <process host="Papineau" function="worker"><argument value="Dodge:4500"/></process>
30   <process host="Pronovost" function="worker"><argument value="Dodge:4500"/></process>
31   <process host="Provost" function="worker"><argument value="Dodge:4500"/></process>
32   <process host="Stephen" function="worker"><argument value="Dodge:4500"/></process>
33   <process host="TeX" function="worker"><argument value="Dodge:4500"/></process>
34 </platform>