@@ -4,17 +4,44 @@ aws-parallelcluster-cookbook CHANGELOG
4
4
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
5
5
6
6
7
- X.X.X
7
+ 2.8.0
8
8
-----
9
9
10
10
** ENHANCEMENTS**
11
11
12
12
- 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.
13
16
14
17
** CHANGES**
15
18
16
19
- Disable libvirtd service on Centos 7. Virtual bridge interfaces are incorrectly detected by Open MPI and
17
20
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.
18
45
19
46
2.7.0
20
47
-----
0 commit comments