Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
8d01b0f9af2bf8020aee6fd771695386a9cd2b20
[simgrid.git] / examples / msg / app-masterworker / app-masterworker-vivaldi_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <!-- The master actor (with some arguments) --> 
5   <actor host="100030591" function="master">
6     <argument value="10"/>       <!-- Number of tasks -->
7     <argument value="50000000"/>  <!-- Computation size of tasks -->
8     <argument value="1000000"/>   <!-- Communication size of tasks -->
9     <argument value="15"/>         <!-- Number of workers -->
10   </actor>
11   <!-- The worker processes (with mailbox to listen on as argument) -->
12   <actor host="100036570" function="worker">
13     <argument value="0"/> 
14   </actor>
15   <actor host="100041334" function="worker">
16     <argument value="1"/> 
17   </actor>
18   <actor host="100055671" function="worker">
19     <argument value="2"/> 
20   </actor>
21   <actor host="100066658" function="worker">
22     <argument value="3"/> 
23   </actor>
24   <actor host="100090691" function="worker">
25     <argument value="4"/> 
26   </actor>
27   <actor host="100094952" function="worker">
28     <argument value="5"/> 
29   </actor>
30   <actor host="100117943" function="worker">
31     <argument value="6"/> 
32   </actor>
33   <actor host="100126290" function="worker">
34     <argument value="7"/> 
35   </actor>
36   <actor host="100144483" function="worker">
37     <argument value="8"/> 
38   </actor>
39   <actor host="100152889" function="worker">
40     <argument value="9"/> 
41   </actor>
42   <actor host="100178474" function="worker">
43     <argument value="10"/> 
44   </actor>
45   <actor host="100180261" function="worker">
46     <argument value="11"/> 
47   </actor>
48   <actor host="100185883" function="worker">
49     <argument value="12"/> 
50   </actor>
51   <actor host="100186365" function="worker">
52     <argument value="13"/> 
53   </actor>
54   <actor host="100200866" function="worker">
55     <argument value="14"/> 
56   </actor>
57 </platform>