Skip to content

Commit f6877f1

Browse files
committed
Upgrade slurm to version 23.02.5
Signed-off-by: Nicola Sirena <nssirena@amazon.com>
1 parent e6fe460 commit f6877f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-slurm/attributes/slurm_attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Slurm attributes shared between install_slurm and configure_slurm_accounting
55
default['cluster']['slurm']['commit'] = ''
6-
default['cluster']['slurm']['sha256'] = '7290143a71ce2797d0df3423f08396fd5c0ae4504749ff372d6860b2d6a3a1b0'
6+
default['cluster']['slurm']['sha256'] = '4fee743a34514d8fe487080048256f5ee032374ed5f42d0eae342110dcd59edf'
77
default['cluster']['slurm']['install_dir'] = '/opt/slurm'
88

99
default['cluster']['dns_domain'] = nil
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Slurm
2-
default['cluster']['slurm']['version'] = '23-02-4-1'
2+
default['cluster']['slurm']['version'] = '23-02-5-1'
33
# Munge
44
default['cluster']['munge']['munge_version'] = '0.5.15'

0 commit comments

Comments
 (0)