Skip to content

Commit 921f2d8

Browse files
authored
[3.14.0][Changelog] Address formatting/wording issue in 3.14.0 cookbook Changelog (aws#3017)
1 parent 76f2ed1 commit 921f2d8

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ This file is used to list changes made in each version of the AWS ParallelCluste
77
------
88

99
**ENHANCEMENTS**
10-
- Remove UnkillableStepTimeout from slurm.conf and let slurm set this value.
11-
- Add `build-image` support for kernel 6.12 of Amazon Linux 2023. The official ParallelCluster Amazon Linux 2023 AMIs use kernel 6.12.
10+
- Add support for P6e-GB200 instances. ParallelCluster sets up Slurm topology plugin to handle P6e-GB200 UltraServers. See limitations section for important additional setup requirements.
11+
- Add `build-image` support for Amazon Linux 2023 AMIs based on kernel 6.12 (in addition to 6.1).
12+
13+
**LIMITATIONS**
14+
- P6e-GB200 instances are only tested on Amazon Linux 2023, Ubuntu 22.04 and Ubuntu 24.04.
15+
- Using IMEX on P6e-GB200 requires additional setup. Please refer to <PLACE_HOLDER for the tutorial link>.
1216

1317
**CHANGES**
14-
- Ubuntu 20.04 is no longer supported.
18+
- Install nvidia-imex for all OSs except AL2.
19+
- Remove `berkshelf`. All cookbooks are local and do not need `berkshelf` dependency management.
20+
- Remove `UnkillableStepTimeout` from slurm.conf and let slurm set this value.
1521
- Upgrade Slurm to version 24.11.6 (from 24.05.8).
1622
- Upgrade EFA installer to 1.43.2 (from 1.41.0).
1723
- Efa-driver: efa-2.17.2-1
@@ -20,21 +26,22 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2026
- Libfabric-aws: libfabric-aws-2.1.0-5
2127
- Rdma-core: rdma-core-58.0-1
2228
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.6-11
23-
- Upgrade Cinc Client to version to 18.4.12 from 18.2.7.
29+
- Upgrade Cinc Client to version 18.4.12 (from 18.2.7).
2430
- Upgrade NVIDIA driver to version 570.172.08 (from 570.86.15) for all OSs except AL2.
2531
- Upgrade CUDA Toolkit to version 12.8.1 (from 12.8.0) for all OSs except AL2.
2632
- Upgrade DCGM to version 4.2.3 (from 3.3.6) for all OSs except AL2.
2733
- Upgrade Python to 3.12.11 (from 3.12.8) for all OSs except AL2.
2834
- Upgrade Python to 3.9.23 (from 3.9.20) for AL2.
2935
- Upgrade Intel MPI Library to 2021.16.0 (from 2021.13.1).
30-
- Addressed cluster id mismatch known issue by deleting the file `/var/spool/slurm.state/clustername` before configuring Slurm accounting.
3136
- Upgrade DCV to version 2024.0-19030.
32-
- Remove `berkshelf`. All cookbooks are local and do not need `berkshelf` dependency management.
33-
- Add support for GB200 instance types.
34-
- Install nvidia-imex for all OSs except AL2.
37+
- Upgrade the official ParallelCluster Amazon Linux 2023 AMIs to kernel 6.12 (from 6.1).
3538

3639
**BUG FIXES**
3740
- Fix a race condition in CloudWatch Agent startup that could cause nodes bootstrap failures.
41+
- Fix cluster id mismatch issue by deleting the file `/var/spool/slurm.state/clustername` before configuring Slurm accounting.
42+
43+
**DEPRECATIONS**
44+
- Ubuntu 20.04 is no longer supported.
3845

3946
3.13.2
4047
------

0 commit comments

Comments
 (0)