forked from SchedMD/slurm-gcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslurm-cluster-gpu.yaml
64 lines (56 loc) · 2.12 KB
/
slurm-cluster-gpu.yaml
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
# Copyright 2017 SchedMD LLC.
# Modified for use with the Slurm Resource Manager.
#
# Copyright 2015 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# [START cluster_yaml]
imports:
- path: slurm.jinja
resources:
- name: slurm-cluster
type: slurm.jinja
properties:
cluster_name : datta-gpu
static_node_count : 0
max_node_count : 50
zone : us-east1-c
region : us-east1
cidr : 10.10.0.0/16
controller_machine_type : n1-standard-8
compute_machine_type : n1-standard-16
login_machine_type : n1-standard-2
login_node_count : 1
# Optional compute configuration fields
#cpu_platform : Intel Skylake
preemptible_bursting : True
#external_compute_ips : False
private_google_access : True
compute_disk_type : pd-standard
compute_disk_size_gb : 50
controller_disk_type : pd-standard
controller_disk_size_gb : 2000
login_disk_type : pd-standard
login_disk_size_gb : 10
#nfs_apps_server :
#nfs_home_server :
#controller_secondary_disk : True
#controller_secondary_disk_type : pd-standard
#controller_secondary_disk_size_gb : 2000
# Optional GPU configuration fields
gpu_type : nvidia-tesla-p100
gpu_count : 1
slurm_version : 18.08.4
default_account : default
default_users : dattalab, jmarkow, ralph, wgillis, diegoaldarondo
# [END cluster_yaml]