1919 region : us-central1
2020 zone : us-central1-a
2121 rdma_net_range : 192.168.128.0/18
22+ instance_image :
23+ family : slurm-gcp-6-11-hpc-rocky-linux-8
24+ project : schedmd-slurm-public
2225
2326 # Provisioning model, select one, lack of selection will rely on on-demand capacity
2427 h4d_dws_flex_enabled : false
@@ -61,15 +64,6 @@ deployment_groups:
6164 filestore_share_name : homeshare
6265 local_mount : /home
6366
64- - id : appsfs
65- source : modules/file-system/filestore
66- use : [h4d-slurm-net-0]
67- settings :
68- filestore_tier : BASIC_SSD
69- size_gb : 2560
70- filestore_share_name : appsshare
71- local_mount : /apps
72-
7367 - id : h4d_startup
7468 source : modules/scripts/startup-script
7569 settings :
@@ -83,6 +77,9 @@ deployment_groups:
8377 source : community/modules/compute/schedmd-slurm-gcp-v6-nodeset
8478 use : [h4d_startup, h4d-slurm-net-0]
8579 settings :
80+ # Unattended upgrades are disabled to prevent automatic daily updates which may lead to potential instability.
81+ # For more details, see https://cloud.google.com/compute/docs/instances/create-hpc-vm#disable_automatic_updates
82+ allow_automatic_updates : false
8683 bandwidth_tier : gvnic_enabled
8784 machine_type : h4d-highmem-192-lssd
8885 node_count_static : 2
@@ -133,7 +130,7 @@ deployment_groups:
133130
134131 - id : slurm_controller
135132 source : community/modules/scheduler/schedmd-slurm-gcp-v6-controller
136- use : [h4d-slurm-net-0, h4d_partition, slurm_login, homefs, appsfs ]
133+ use : [h4d-slurm-net-0, h4d_partition, slurm_login, homefs]
137134 settings :
138135 enable_controller_public_ips : true
139136 cloud_parameters :
0 commit comments