Skip to content

Commit a45c39a

Browse files
committed
Upgrade Intel MPI to version 2021.6.0
Backport https://github.com/aws/aws-parallelcluster-cookbook/pull/1503/files Signed-off-by: chenwany <[email protected]>
1 parent f5d2dd6 commit a45c39a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ aws-parallelcluster-cookbook CHANGELOG
33

44
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
55

6+
2.11.8
7+
-----
8+
9+
**CHANGES**
10+
- Upgrade Intel MPI Library to 2021.6.0.602.
11+
612
2.11.7
713
-----
814

attributes/default.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
default['cfncluster']['intelpython3']['version'] = '2020.2-902'
6464

6565
# Intel MPI
66-
default['cfncluster']['intelmpi']['version'] = '2021.4.0'
67-
default['cfncluster']['intelmpi']['full_version'] = "#{node['cfncluster']['intelmpi']['version']}.441"
66+
default['cfncluster']['intelmpi']['version'] = '2021.6.0'
67+
default['cfncluster']['intelmpi']['full_version'] = "#{node['cfncluster']['intelmpi']['version']}.602"
6868
default['cfncluster']['intelmpi']['modulefile'] = "/opt/intel/mpi/#{node['cfncluster']['intelmpi']['version']}/modulefiles/mpi"
69-
default['cfncluster']['intelmpi']['kitchen_test_string'] = 'Version 2021.4'
69+
default['cfncluster']['intelmpi']['kitchen_test_string'] = 'Version 2021.6'
7070
default['cfncluster']['intelmpi']['qt_version'] = '5.15.2'
7171

7272
# Arm Performance Library

0 commit comments

Comments
 (0)