File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
cookbooks/aws-parallelcluster-slurm/attributes Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
7
7
------
8
8
9
9
** CHANGES**
10
- - .. .
10
+ - Upgrade Slurm to 23.02.6 .
11
11
12
12
3.7.1
13
13
------
Original file line number Diff line number Diff line change 3
3
4
4
# Slurm attributes shared between install_slurm and configure_slurm_accounting
5
5
default [ 'cluster' ] [ 'slurm' ] [ 'commit' ] = ''
6
- default [ 'cluster' ] [ 'slurm' ] [ 'branch' ] = 'slurm-23.02 '
7
- default [ 'cluster' ] [ 'slurm' ] [ 'sha256' ] = '4fee743a34514d8fe487080048256f5ee032374ed5f42d0eae342110dcd59edf '
6
+ default [ 'cluster' ] [ 'slurm' ] [ 'branch' ] = ''
7
+ default [ 'cluster' ] [ 'slurm' ] [ 'sha256' ] = 'ed44d4e591c0f91874d535cb8c9ea67dd2a38bfa4e96fa6c71687293f6a1d3bb '
8
8
default [ 'cluster' ] [ 'slurm' ] [ 'install_dir' ] = '/opt/slurm'
9
9
10
10
default [ 'cluster' ] [ 'dns_domain' ] = nil
Original file line number Diff line number Diff line change 1
1
# Slurm
2
- default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '23-02-5 -1'
2
+ default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '23-02-6 -1'
3
3
# Munge
4
4
default [ 'cluster' ] [ 'munge' ] [ 'munge_version' ] = '0.5.15'
You can’t perform that action at this time.
0 commit comments