File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
12
12
- Configure NFS threads to be max(8, num_cores) for performance. This enhancement will not take effect on Ubuntu 16.04.
13
13
14
14
** CHANGES**
15
- - Upgrade EFA installer to version 1.11.0 .
16
- - EFA configuration: `` efa-config-1.5 `` (from efa-config-1.4 )
17
- - EFA profile: `` efa-profile-1.1 `` (from efa-profile-1.0.0 )
18
- - EFA kernel module: `` efa-1.10.2 `` (from efa-1.6.0 )
15
+ - Upgrade EFA installer to version 1.11.1 .
16
+ - EFA configuration: `` efa-config-1.7 `` (from efa-config-1.5 )
17
+ - EFA profile: `` efa-profile-1.3 `` (from efa-profile-1.1 )
18
+ - EFA kernel module: `` efa-1.10.2 `` (no change )
19
19
- RDMA core: `` rdma-core-31.2amzn `` (from rdma-core-31.amzn0)
20
- - Libfabric: `` libfabric-1.11.1amzn1.1 `` (from libfabric-1.10 .1amzn1.1)
21
- - Open MPI: `` openmpi40-aws-4.0.5 `` (from openmpi40-aws-4.0.3 )
20
+ - Libfabric: `` libfabric-1.11.1amzn1.0 `` (from libfabric-1.11 .1amzn1.1)
21
+ - Open MPI: `` openmpi40-aws-4.1.0 `` (from openmpi40-aws-4.0.5 )
22
22
- Upgrade Intel MPI to version U8.
23
23
- Upgrade NICE DCV to version 2020.2-9662.
24
24
- Set default systemd runlevel to multi-user.target on all OSes during ParallelCluster official ami creation.
Original file line number Diff line number Diff line change 138
138
)
139
139
140
140
# EFA
141
- default [ 'cfncluster' ] [ 'efa' ] [ 'installer_version' ] = '1.11.0 '
141
+ default [ 'cfncluster' ] [ 'efa' ] [ 'installer_version' ] = '1.11.1 '
142
142
default [ 'cfncluster' ] [ 'efa' ] [ 'installer_url' ] = "https://efa-installer.amazonaws.com/aws-efa-installer-#{ node [ 'cfncluster' ] [ 'efa' ] [ 'installer_version' ] } .tar.gz"
143
143
default [ 'cfncluster' ] [ 'enable_efa_gdr' ] = "no"
144
144
You can’t perform that action at this time.
0 commit comments