Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / msg / masterslave / deployment_masterslave_vivaldi.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4
5
6   <!-- The master process (with some arguments) --> 
7   <process host="100030591" function="master">
8        <argument value="20"/>       <!-- Number of tasks -->
9        <argument value="50000000"/>  <!-- Computation size of tasks -->
10        <argument value="1000000"/>   <!-- Communication size of tasks -->
11        <argument value="39"/>         <!-- Number of slaves -->
12     </process>
13     <!-- The slave processes (with mailbox to listen on as argument) -->
14     <process host="100036570" function="slave">
15       <argument value="0"/>
16     </process>
17     <process host="100041334" function="slave">
18       <argument value="1"/>
19     </process>
20     <process host="100055671" function="slave">
21       <argument value="2"/>
22     </process>
23     <process host="100066658" function="slave">
24       <argument value="3"/>
25     </process>
26     <process host="100090691" function="slave">
27       <argument value="4"/>
28     </process>
29     <process host="100094952" function="slave">
30       <argument value="5"/>
31     </process>
32     <process host="100117943" function="slave">
33       <argument value="6"/>
34     </process>
35     <process host="100126290" function="slave">
36       <argument value="7"/>
37     </process>
38     <process host="100144483" function="slave">
39       <argument value="8"/>
40     </process>
41     <process host="100152889" function="slave">
42       <argument value="9"/>
43     </process>
44     <process host="100178474" function="slave">
45       <argument value="10"/>
46     </process>
47     <process host="100180261" function="slave">
48       <argument value="11"/>
49     </process>
50     <process host="100185883" function="slave">
51       <argument value="12"/>
52     </process>
53     <process host="100186365" function="slave">
54       <argument value="13"/>
55     </process>
56     <process host="100200866" function="slave">
57       <argument value="14"/>
58     </process>
59     <process host="100207885" function="slave">
60       <argument value="15"/>
61     </process>
62     <process host="100224447" function="slave">
63       <argument value="16"/>
64     </process>
65     <process host="100238799" function="slave">
66       <argument value="17"/>
67     </process>
68     <process host="100273297" function="slave">
69       <argument value="18"/>
70     </process>
71     <process host="100280711" function="slave">
72       <argument value="19"/>
73     </process>
74     <process host="100284574" function="slave">
75       <argument value="20"/>
76     </process>
77     <process host="100292843" function="slave">
78       <argument value="21"/>
79     </process>
80     <process host="100309685" function="slave">
81       <argument value="22"/>
82     </process>
83     <process host="100315281" function="slave">
84       <argument value="23"/>
85     </process>
86     <process host="100317715" function="slave">
87       <argument value="24"/>
88     </process>
89     <process host="100324694" function="slave">
90       <argument value="25"/>
91     </process>
92     <process host="100326641" function="slave">
93       <argument value="26"/>
94     </process>
95     <process host="100331484" function="slave">
96       <argument value="27"/>
97     </process>
98     <process host="100347816" function="slave">
99       <argument value="28"/>
100     </process>
101     <process host="100354536" function="slave">
102       <argument value="29"/>
103     </process>
104     <process host="100355017" function="slave">
105       <argument value="30"/>
106     </process>
107     <process host="100359203" function="slave">
108       <argument value="31"/>
109     </process>
110     <process host="100379397" function="slave">
111       <argument value="32"/>
112     </process>
113     <process host="100404046" function="slave">
114       <argument value="33"/>
115     </process>
116     <process host="100413314" function="slave">
117       <argument value="34"/>
118     </process>
119     <process host="100416828" function="slave">
120       <argument value="35"/>
121     </process>
122     <process host="100422926" function="slave">
123       <argument value="36"/>
124     </process>
125     <process host="100427449" function="slave">
126       <argument value="37"/>
127     </process>
128     <process host="100429957" function="slave">
129       <argument value="38"/>
130     </process>
131   </platform>