Skip to content

Commit 7a5bae3

Browse files
himani2411Himani Anil Deshpande
andauthored
[Dependencies] Upgrade PMIX to 5.0.6 (#2870)
Co-authored-by: Himani Anil Deshpande <[email protected]>
1 parent 46a0ac1 commit 7a5bae3

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
@@ -16,6 +16,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1616
- openssh-2.11.14 (from openssh-2.11.12)
1717
- yum-7.4.20 (from yum-7.4.13)
1818
- yum-epel-5.0.8 (from yum-epel-5.0.2)
19+
- Upgrade Pmix to 5.0.6 (from 5.0.3).
1920

2021
3.12.0
2122
------

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
default['cluster']['enable_nss_slurm'] = node['cluster']['directory_service']['enabled']
1414

1515
# PMIX Version and Checksum
16-
default['cluster']['pmix']['version'] = '5.0.3'
17-
default['cluster']['pmix']['sha256'] = 'd9b0b81ba45f58f44573796eb05858061ed7f47ea6b29af8058090023e35dfa9'
16+
default['cluster']['pmix']['version'] = '5.0.6'
17+
default['cluster']['pmix']['sha256'] = '5a5e0cd36067144e2171d59164d59ea478a2e540ccf4eee4530f55fc6e8cf78b'
1818

1919
# Slurmdbd
2020
default['cluster']['slurmdbd_service_enabled'] = "true"

0 commit comments

Comments
 (0)