Skip to content

Commit bddd469

Browse files
committed
Address wording/format/version issues
1 parent 165a732 commit bddd469

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG.md

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

99
**ENHANCEMENTS**
10-
- Add support for p6e-gb200 instances via capacity blocks.
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**
1418
- Install nvidia-imex for all OSs except AL2.
15-
- Ubuntu 20.04 is no longer supported.
1619
- Remove `berkshelf`. All cookbooks are local and do not need `berkshelf` dependency management.
1720
- Remove `UnkillableStepTimeout` from slurm.conf and let slurm set this value.
1821
- Upgrade Slurm to version 24.11.6 (from 24.05.8).
19-
- Upgrade EFA installer to 1.43.2 (from 1.41.0).
20-
- Efa-driver: efa-2.17.2-1
22+
- Upgrade EFA installer to 1.42.0 (from 1.41.0).
23+
- Efa-driver: efa-2.15.3-1
2124
- Efa-config: efa-config-1.18-1
2225
- Efa-profile: efa-profile-1.7-1
23-
- Libfabric-aws: libfabric-aws-2.1.0-5
24-
- Rdma-core: rdma-core-58.0-1
26+
- Libfabric-aws: libfabric-aws-2.1.0-3
27+
- Rdma-core: rdma-core-57.0-1
2528
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.6-11
2629
- Upgrade Cinc Client to version 18.4.12 (from 18.2.7).
2730
- Upgrade NVIDIA driver to version 570.172.08 (from 570.86.15) for all OSs except AL2.
@@ -31,11 +34,15 @@ This file is used to list changes made in each version of the AWS ParallelCluste
3134
- Upgrade Python to 3.9.23 (from 3.9.20) for AL2.
3235
- Upgrade Intel MPI Library to 2021.16.0 (from 2021.13.1).
3336
- Upgrade DCV to version 2024.0-19030.
37+
- Upgrade the official ParallelCluster Amazon Linux 2023 AMIs to kernel 6.12 (from 6.1).
3438

3539
**BUG FIXES**
3640
- Fix a race condition in CloudWatch Agent startup that could cause nodes bootstrap failures.
3741
- Fix cluster id mismatch issue by deleting the file `/var/spool/slurm.state/clustername` before configuring Slurm accounting.
3842

43+
**DEPRECATIONS**
44+
- Ubuntu 20.04 is no longer supported.
45+
3946
3.13.2
4047
------
4148

0 commit comments

Comments
 (0)