Skip to content

Commit f4ff0ca

Browse files
Tim Lanetilne
authored andcommitted
Upgrade to Intel MPI U8
Signed-off-by: Tim Lane <tilne@amazon.com>
1 parent e0834ec commit f4ff0ca

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
@@ -22,6 +22,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2222
- Use inclusive language in recipe names and internal naming convention.
2323
- Download Intel MPI and HPC packages from S3 rather than Intel yum repos.
2424
- Install Arm Performance Library 20.2.1 on ARM AMI(CentOS8, Alinux2, Ubuntu1804)
25+
- Upgrade Intel MPI to version U8.
2526

2627
**BUG FIXES**
2728
- Fix installation of Intel PSXE package on CentOS 7 by using yum4.

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
default['cfncluster']['intelpython3']['version'] = '2020.2-902'
6565

6666
# Intel MPI
67-
default['cfncluster']['intelmpi']['version'] = '2019.7.217'
67+
default['cfncluster']['intelmpi']['version'] = '2019.8.254'
6868
default['cfncluster']['intelmpi']['modulefile'] = "/opt/intel/impi/#{node['cfncluster']['intelmpi']['version']}/intel64/modulefiles/mpi"
69-
default['cfncluster']['intelmpi']['kitchen_test_string'] = 'Version 2019 Update 7'
69+
default['cfncluster']['intelmpi']['kitchen_test_string'] = 'Version 2019 Update 8'
7070

7171
# Arm Performance Library
7272
default['cfncluster']['armpl']['version'] = '20.2.1'

0 commit comments

Comments
 (0)