Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation with tracing and new network_element_t
[simgrid.git] / examples / amok / saturate / medium_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4   <process host="Apple" function="maestro">
5      <argument value="Anne_Marie:4000"/>
6      <argument value="Audy:4000"/>
7      <argument value="Verville:4000"/>
8      <argument value="St_Jean:4000"/>
9      <argument value="PERL:4000"/>
10      <argument value="Charron:4000"/>
11      <argument value="April:4000"/>
12      <argument value="Jocelyne:4000"/>
13      <argument value="Gosselin:4000"/>
14      <argument value="Raymond:4000"/>
15      <argument value="Owen:4000"/>
16      <argument value="St_Antoine:4000"/>
17      <argument value="Gregory:4000"/>
18      <argument value="SunOS:4000"/>
19      <argument value="Laurendeau:4000"/>
20      <argument value="Nelligan:4000"/>
21      <argument value="Lepage:4000"/>
22      <argument value="Jacques_Cartier:4000"/>
23      <argument value="Domey:4000"/>
24      <argument value="Olivier:4000"/>
25      <argument value="Jeannine:4000"/>
26   </process>
27   <process host="Anne_Marie" function="sensor">
28      <argument value="4000"/>
29   </process>
30   <process host="Audy" function="sensor">
31      <argument value="4000"/>
32   </process>
33   <process host="Verville" function="sensor">
34      <argument value="4000"/>
35   </process>
36   <process host="St_Jean" function="sensor">
37      <argument value="4000"/>
38   </process>
39   <process host="PERL" function="sensor">
40      <argument value="4000"/>
41   </process>
42   <process host="Charron" function="sensor">
43      <argument value="4000"/>
44   </process>
45   <process host="April" function="sensor">
46      <argument value="4000"/>
47   </process>
48   <process host="Jocelyne" function="sensor">
49      <argument value="4000"/>
50   </process>
51   <process host="Gosselin" function="sensor">
52      <argument value="4000"/>
53   </process>
54   <process host="Raymond" function="sensor">
55      <argument value="4000"/>
56   </process>
57   <process host="Owen" function="sensor">
58      <argument value="4000"/>
59   </process>
60   <process host="St_Antoine" function="sensor">
61      <argument value="4000"/>
62   </process>
63   <process host="Gregory" function="sensor">
64      <argument value="4000"/>
65   </process>
66   <process host="SunOS" function="sensor">
67      <argument value="4000"/>
68   </process>
69   <process host="Laurendeau" function="sensor">
70      <argument value="4000"/>
71   </process>
72   <process host="Nelligan" function="sensor">
73      <argument value="4000"/>
74   </process>
75   <process host="Lepage" function="sensor">
76      <argument value="4000"/>
77   </process>
78   <process host="Jacques_Cartier" function="sensor">
79      <argument value="4000"/>
80   </process>
81   <process host="Domey" function="sensor">
82      <argument value="4000"/>
83   </process>
84   <process host="Olivier" function="sensor">
85      <argument value="4000"/>
86   </process>
87   <process host="Jeannine" function="sensor">
88      <argument value="4000"/>
89   </process>
90 </platform>