Skip to content

Commit 1e7416a

Browse files
Tim Lanetilne
authored andcommitted
Changelog v2.8.0
Signed-off-by: Tim Lane <[email protected]>
1 parent d5e72a6 commit 1e7416a

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,44 @@ aws-parallelcluster-cookbook CHANGELOG
44
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
55

66

7-
X.X.X
7+
2.8.0
88
-----
99

1010
**ENHANCEMENTS**
1111

1212
- Enable support for ARM instances on Ubuntu 18.04 and Amazon Linux 2.
13+
- Install PMIx v3.1.5 and provide slurm support for it on all supported operating systems except for
14+
CentOS 6.
15+
- Install glibc-static, which is required to support certain options for the Intel MPI compiler.
1316

1417
**CHANGES**
1518

1619
- Disable libvirtd service on Centos 7. Virtual bridge interfaces are incorrectly detected by Open MPI and
1720
cause MPI applications to hang, see https://www.open-mpi.org/faq/?category=tcp#tcp-selection for details
21+
- Use CINC instead of Chef for provisioning instances. See https://cinc.sh/about/ for details.
22+
- Retry when mounting an NFS mount fails.
23+
- Install the `pyenv` virtual environments used by ParallelCluster cookbook and node daemon code under
24+
/opt/parallelcluster instead of under /usr/local.
25+
- Avoid downloading the source for `env2` at installation time.
26+
- Drop dependency on the gems ridley and ffi-libarchive.
27+
- Vendor cookbooks as part of instance provisioning, rather than doing so before copying the cookbook into an
28+
instance. Users no longer need to have `berks` installed locally.
29+
- Drop the dependencies on the poise-python, tar and hostname third-party cookbooks.
30+
- Use the new official CentOS 7 AMI as the base images for ParallelCluster AMI.
31+
- Upgrade NVIDIA driver to Tesla version 440.95.01 on CentOS 6 and version 450.51.05 on all other distros.
32+
- Upgrade CUDA library to version 11.0 on all distros besides CentOS 6.
33+
- Install third-party cookbook dependencies via local source, rather than using the Chef supermarket.
34+
- Use https wherever possible in download URLs.
35+
- Upgrade EFA installer to version 1.9.4:
36+
- Kernel module: ``efa-1.6.0`` (from efa-1.5.1)
37+
- RDMA core: ``rdma-core-28.amzn0`` (from rdma-core-25.0)
38+
- Libfabric: ``libfabric-1.10.1amazon1.1`` (updated from libfabric-aws-1.9.0amzn1.1)
39+
- Open MPI: openmpi40-aws-4.0.3 (no change)
40+
41+
**BUG FIXES**
42+
- Fix issue that was preventing concurrent use of custom node and pcluster CLI packages.
43+
- Use the correct domain name when contacting AWS services from the China partition.
44+
- Avoid pinning to a specific release of the Intel HPC platform.
1845

1946
2.7.0
2047
-----

0 commit comments

Comments
 (0)