File: app-masterworker-vivaldi_d.xml

package info (click to toggle)
simgrid 4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 38,980 kB
  • sloc: cpp: 123,583; ansic: 66,779; python: 8,358; java: 6,406; fortran: 6,079; f90: 5,123; xml: 4,587; sh: 2,337; perl: 1,436; makefile: 105; lisp: 49; javascript: 7; sed: 6
file content (57 lines) | stat: -rw-r--r-- 1,790 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version='1.0'?>
<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
<platform version="4.1">
  <!-- The master actor (with some arguments) -->
  <actor host="100030591" function="master">
    <argument value="10"/>       <!-- Number of tasks -->
    <argument value="50000000"/>  <!-- Computation size of tasks -->
    <argument value="1000000"/>   <!-- Communication size of tasks -->
    <argument value="15"/>         <!-- Number of workers -->
  </actor>
  <!-- The worker actors (with mailbox to listen on as argument) -->
  <actor host="100036570" function="worker">
    <argument value="0"/>
  </actor>
  <actor host="100041334" function="worker">
    <argument value="1"/>
  </actor>
  <actor host="100055671" function="worker">
    <argument value="2"/>
  </actor>
  <actor host="100066658" function="worker">
    <argument value="3"/>
  </actor>
  <actor host="100090691" function="worker">
    <argument value="4"/>
  </actor>
  <actor host="100094952" function="worker">
    <argument value="5"/>
  </actor>
  <actor host="100117943" function="worker">
    <argument value="6"/>
  </actor>
  <actor host="100126290" function="worker">
    <argument value="7"/>
  </actor>
  <actor host="100144483" function="worker">
    <argument value="8"/>
  </actor>
  <actor host="100152889" function="worker">
    <argument value="9"/>
  </actor>
  <actor host="100178474" function="worker">
    <argument value="10"/>
  </actor>
  <actor host="100180261" function="worker">
    <argument value="11"/>
  </actor>
  <actor host="100185883" function="worker">
    <argument value="12"/>
  </actor>
  <actor host="100186365" function="worker">
    <argument value="13"/>
  </actor>
  <actor host="100200866" function="worker">
    <argument value="14"/>
  </actor>
</platform>