forked from SchedMD/slurm-gcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml.example
51 lines (44 loc) · 1.15 KB
/
config.yaml.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
cluster_name: <cluster_name>
project: slurm-184304
region: us-west1
zone: us-west1-b
external_compute_ips: false
google_app_cred_path: null
shared_vpc_host_project: null
vpc_subnet: null
slurm_cmd_path: /apps/slurm/current/bin
log_dir: /var/log/slurm
compute_node_prefix: <compute_node_prefix>
compute_node_scopes:
- https://www.googleapis.com/auth/monitoring.write
- https://www.googleapis.com/auth/logging.write
compute_node_service_account: default
update_node_addrs: false
partitions:
- name: debug
machine_type: n1-standard-2
zone: us-west1-b
compute_disk_size_gb: 10
compute_disk_type: pd-standard
compute_labels: {}
gpu_count: 0
max_node_count: 10
preemptible_bursting: true
static_node_count: 2
network_storage: []
# compute_image_family: <image family name>
# vpc_subnet:
# - name: gpu
# compute_disk_size_gb: 10
# compute_disk_type: pd-standard
# compute_labels: {}
# gpu_count: 2
# gpu_type: nvidia-tesla-k80
# machine_type: n1-standard-2
# max_node_count: 2
# network_storage: []
# preemptible_bursting: false
# static_node_count: 0
# zone: us-west1-b
# compute_image_family: <image family name>
# vpc_subnet: