Skip to content

Commit b86f457

Browse files
committed
Upgrade Slurm to version 21.08.4
Signed-off-by: Francesco De Martino <[email protected]>
1 parent dc34183 commit b86f457

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1212
- Upgrade PMIx to version 3.2.3
1313
- Download dependencies of Intel HPC platform during AMI build time to avoid contacting Internet during cluster creation time.
1414
- Do not strip `-` from compute resource name when configuring Slurm nodes.
15-
- Upgrade Slurm to version 21.08.3.
15+
- Upgrade Slurm to version 21.08.4.
1616

1717
**BUG FIXES**
1818
- Fix issue that is preventing cluster names to start with `parallelcluster-` prefix.

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112
# URLs to software packages used during install recipes
113113
# Slurm software
114114
default['cluster']['slurm_plugin_dir'] = '/etc/parallelcluster/slurm_plugin'
115-
default['cluster']['slurm']['version'] = '21-08-3-1'
115+
default['cluster']['slurm']['version'] = '21-08-4-1'
116116
default['cluster']['slurm']['url'] = "https://github.com/SchedMD/slurm/archive/slurm-#{node['cluster']['slurm']['version']}.tar.gz"
117-
default['cluster']['slurm']['sha1'] = 'ba9c2baa151af4ec5e77573ce4ac79131717e1bf'
117+
default['cluster']['slurm']['sha1'] = '24dad6a71e7664a2781d0c8723bce30f6bc5ae47'
118118
default['cluster']['slurm']['user'] = 'slurm'
119119
default['cluster']['slurm']['user_id'] = node['cluster']['reserved_base_uid'] + 1
120120
default['cluster']['slurm']['group'] = node['cluster']['slurm']['user']

0 commit comments

Comments
 (0)