Skip to content

Commit

Permalink
[develop] update slurm version to 23.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: chenwany <[email protected]>
  • Loading branch information
chenwany committed Dec 14, 2023
1 parent 479b6cb commit fb86750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- Critical Update for Intel Fortran Compiler & Intel Fortran Compiler Classic: 2023.2.1

**CHANGES**
- Upgrade Slurm to 23.11.0 (from 23.02.6).
- Upgrade Slurm to 23.11.1 (from 23.02.7).
- Upgrade third-party cookbook dependencies:
- nfs-5.1.2 (from nfs-5.0.0)

Expand All @@ -32,6 +32,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- Allow for mounting `home` as an EFS or FSx external shared storage via the `SharedStorage` section of the config file.

**CHANGES**
- Upgrade Slurm to 23.02.7 (from 23.02.6).
- Do not wait for static nodes in maintenance to signal CFN that the head node initialization is complete.
- Upgrade `aws-cfn-bootstrap` to version 2.0-28.
- Upgrade Python to 3.9.17.
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/aws-parallelcluster-slurm/attributes/versions.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Slurm
default['cluster']['slurm']['version'] = '23-11-0-1'
default['cluster']['slurm']['version'] = '23-11-1-1'
default['cluster']['slurm']['commit'] = ''
default['cluster']['slurm']['branch'] = ''
default['cluster']['slurm']['sha256'] = '3780773a80b73ea2edb4353318b4220188f4eda92c31ab3a2bdd3a4fdec76be9'
default['cluster']['slurm']['sha256'] = '31506df24c6d24e0ea0329cac1395ab9b645bbde1518f5c469f7711df5e22c11'
default['cluster']['slurm']['base_url'] = "https://github.com/SchedMD/slurm/archive"
# Munge
default['cluster']['munge']['munge_version'] = '0.5.15'
Expand Down

0 comments on commit fb86750

Please sign in to comment.