File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cookbooks/aws-parallelcluster-slurm/attributes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
11
11
- Disable unused services like cups and wpa_supplicant from Official ParallelCluster AMIs to improve security.
12
12
13
13
** CHANGES**
14
- - Upgrade Slurm to version 24.05.6 .
14
+ - Upgrade Slurm to version 24.05.7 .
15
15
- Upgrade NVIDIA driver to version 570.86.15 (from 550.127.08) for all OSs except AL2.
16
16
- Upgrade CUDA Toolkit to version 12.8.0 (from 12.4.1) for all OSs except AL2.
17
17
- Upgrade Python to 3.12.8 for all OSs except AL2 (from 3.9.20).
Original file line number Diff line number Diff line change 1
1
# Slurm
2
- default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '24-05-6 -1'
2
+ default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '24-05-7 -1'
3
3
default [ 'cluster' ] [ 'slurm' ] [ 'commit' ] = ''
4
4
default [ 'cluster' ] [ 'slurm' ] [ 'branch' ] = ''
5
- default [ 'cluster' ] [ 'slurm' ] [ 'sha256' ] = '0ba810649ebc1c3b1c1d7102dbd5365e53fd7ce7c25ab2108bd0196b6988ddb2 '
5
+ default [ 'cluster' ] [ 'slurm' ] [ 'sha256' ] = '297e85853314a0a4d227ca66bb44179c099f0de5d86e83ffe21cb464b9ad3709 '
6
6
default [ 'cluster' ] [ 'slurm' ] [ 'base_url' ] = "#{ node [ 'cluster' ] [ 'artifacts_s3_url' ] } /dependencies/slurm"
7
7
# Munge
8
8
default [ 'cluster' ] [ 'munge' ] [ 'munge_version' ] = '0.5.16'
You can’t perform that action at this time.
0 commit comments