Skip to content

AWS ParallelCluster v3.0.2

Compare
Choose a tag to compare
@hanwen-pcluste hanwen-pcluste released this 05 Nov 18:24
· 19 commits to release-3.0 since this release

We're excited to announce the release of AWS ParallelCluster 3.0.2

Upgrade

How to upgrade?

sudo pip install --upgrade aws-parallelcluster

3.0.2

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 GdrSupport had been
    turned on in the configuration file. The GdrSupport parameter has no effect and should no longer be used.
    • 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

BUG FIXES

  • Fix issue that is preventing cluster names to start with parallelcluster- prefix.