forked from ibab/salt-cluster
-
Notifications
You must be signed in to change notification settings - Fork 3
/
pillar.example
71 lines (63 loc) · 1.27 KB
/
pillar.example
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
58
59
60
61
62
63
64
65
66
67
68
69
70
slurm:
controller: predict5
nodes:
batch:
gpus:
bardolph:
mem: 15972
cores: 12
gres:
gpu: 2
cpus:
predict1:
mem: 30160
cores: 8
{% for N in range(2,4) %}
predict{{N}}:
mem: 32176
cores: 8
{% endfor %}
{% for N in range(6,9,2) %}
predict{{N}}:
mem: 32176
cores: 8
{% endfor %}
{% for N in range(1,4,2) %}
biomedia0{{N}}:
mem: 64417
cores: 24
{% endfor %}
{% for N in range(2,6,3) %}
biomedia0{{N}}:
mem: 64417
cores: 24
{% endfor %}
{% for N in range(6,10) %}
biomedia0{{N}}:
mem: 128850
cores: 64
{% endfor %}
biomedia10:
mem: 128851
cores: 24
{% for N in range(4,17) %}
roc{{ "%02d" % N }}:
mem: 257875
cores: 32
{% endfor %}
interactive:
cpus:
biomedia11:
mem: 257919
cores: 32
{% for N in range(1,4) %}
roc{{ "%02d" % N }}:
mem: 257906
cores: 32
{% endfor %}
gres:
- gpu
db:
name: slurmdb
user: slurm
password: 1BUy4eVv7X