We're excited to announce the release of AWS ParallelCluster 2.11.3
Upgrade
How to upgrade?
sudo pip3 install "aws-parallelcluster<3.0" --upgrade --user
2.11.3
CHANGES
- Upgrade EFA installer to version 1.14.1. Thereafter, EFA enables GDR support by default on supported instance type(s). ParallelCluster does not reinstall EFA during node start. Previously, EFA was reinstalled if
enable_efa_gdr
had been
turned on in the configuration file.- EFA configuration:
efa-config-1.9-1
- EFA profile:
efa-profile-1.5-1
- EFA kernel module:
efa-1.14.2
- RDMA core:
rdma-core-37.0
- Libfabric:
libfabric-1.13.2
- Open MPI:
openmpi40-aws-4.1.1-2
- EFA configuration:
- Include tags from cluster configuration file in the RunInstances dry runs performed during configuration validation.
BUG FIXES
- Fix the create custom AMI functionality issues:
- SGE download URL no more reachable. Use Debian repository to download SGE source archive.
- Outdated CA certificates used by Cinc. Update ca-certificates package during AMI build time.
- Fix cluster update when using proxy setup.