Skip to content

Commit 955fec4

Browse files
jdeamicisfrancesco-giordano
authored andcommitted
Upgrade Slurm to version 20.11.9
Signed-off-by: Jacopo De Amicis <[email protected]>
1 parent f977872 commit 955fec4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ aws-parallelcluster-cookbook CHANGELOG
33

44
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
55

6+
2.11.7
7+
-----
8+
9+
**CHANGES**
10+
- Upgrade Slurm to version 20.11.9.
11+
612
2.11.6
713
-----
814

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
# URLs to software packages used during install recipes
104104
# Slurm software
105105
default['cfncluster']['slurm_plugin_dir'] = '/etc/parallelcluster/slurm_plugin'
106-
default['cfncluster']['slurm']['version'] = '20-11-8-1'
106+
default['cfncluster']['slurm']['version'] = '20-11-9-1'
107107
default['cfncluster']['slurm']['url'] = "https://github.com/SchedMD/slurm/archive/slurm-#{node['cfncluster']['slurm']['version']}.tar.gz"
108-
default['cfncluster']['slurm']['sha1'] = 'bc91a25355400f85ece1a204121591e6a2424617'
108+
default['cfncluster']['slurm']['sha1'] = 'f033dab0dc01b41473eebdbeb2c65e08cd05d26a'
109109
# PMIx software
110110
default['cfncluster']['pmix']['version'] = '3.1.5'
111111
default['cfncluster']['pmix']['url'] = "https://github.com/openpmix/openpmix/releases/download/v#{node['cfncluster']['pmix']['version']}/pmix-#{node['cfncluster']['pmix']['version']}.tar.gz"

0 commit comments

Comments
 (0)