Skip to content

Commit ca8c955

Browse files
Upgrade Slurm to version 24.05.6 (from 24.05.2)
Signed-off-by: Hanwen <[email protected]>
1 parent 9f70919 commit ca8c955

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1010
- Disable unused services like cups and wpa_supplicant from Official ParallelCluster AMIs to improve security.
1111

1212
**CHANGES**
13+
- Upgrade Slurm to version 24.05.6.
1314
- Upgrade NVIDIA driver to version 570.86.15 (from 550.127.08) for all OSs except AL2.
1415
- Upgrade CUDA Toolkit to version 12.8.0 (from 12.4.1) for all OSs except AL2.
1516
- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Slurm
2-
default['cluster']['slurm']['version'] = '24-05-2-1'
2+
default['cluster']['slurm']['version'] = '24-05-6-1'
33
default['cluster']['slurm']['commit'] = ''
44
default['cluster']['slurm']['branch'] = ''
5-
default['cluster']['slurm']['sha256'] = '21aa526f20e8c84e46a34b8f31c8f9500395e5e828f5189f38aca3836e5270a1'
5+
default['cluster']['slurm']['sha256'] = '0ba810649ebc1c3b1c1d7102dbd5365e53fd7ce7c25ab2108bd0196b6988ddb2'
66
default['cluster']['slurm']['base_url'] = "#{node['cluster']['artifacts_s3_url']}/dependencies/slurm"
77
# Munge
88
default['cluster']['munge']['munge_version'] = '0.5.16'

0 commit comments

Comments
 (0)