You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-31Lines changed: 33 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -25,20 +25,20 @@ This file is used to list changes made in each version of the AWS ParallelCluste
25
25
------
26
26
27
27
**ENHANCEMENTS**
28
-
- Add support for Rocky Linux 8.
29
28
- Add support for EC2 Capacity Blocks for ML.
30
-
- Add support for `Scheduling/SlurmSettings/Database/DatabaseName` parameter to render `StorageLoc` in the slurmdbd configuration generated by ParallelCluster.
31
-
- Add the option to use EFS storage instead of NFS exports from the head node root volume for intra-cluster shared ParallelCluster, Intel, Slurm, login node, and /home data.
29
+
- Add support for Rocky Linux 8.
30
+
- Add support for `Scheduling/SlurmSettings/Database/DatabaseName` parameter to render `StorageLoc`
31
+
in the slurmdbd configuration generated by ParallelCluster.
32
+
- Add the option to use EFS storage instead of NFS exports from the head node root volume
33
+
for intra-cluster shared file system resources: ParallelCluster, Intel, Slurm, and `/home` data.
32
34
- Allow for mounting `home` as an EFS or FSx external shared storage via the `SharedStorage` section of the config file.
33
35
34
36
**CHANGES**
35
37
- Upgrade Slurm to 23.02.7 (from 23.02.6).
36
-
- Do not wait for static nodes in maintenance to signal CFN that the head node initialization is complete.
37
-
- Upgrade `aws-cfn-bootstrap` to version 2.0-28.
38
-
- Upgrade Python to 3.9.17.
39
38
- Upgrade NVIDIA driver to version 535.129.03.
40
-
- Upgrade CUDA Toolkit to version 12.2.2
39
+
- Upgrade CUDA Toolkit to version 12.2.2.
41
40
- Use Open Source NVIDIA GPU drivers (OpenRM) as NVIDIA kernel module for Linux instead of NVIDIA closed source module.
41
+
- Do not wait for static nodes in maintenance to signal CFN that the head node initialization is complete.
42
42
- Upgrade EFA installer to `1.29.0`.
43
43
- Efa-driver: `efa-2.6.0-1`
44
44
- Efa-config: `efa-config-1.15-1`
@@ -47,11 +47,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
47
47
- Rdma-core: `rdma-core-46.0-1`
48
48
- Open MPI: `openmpi40-aws-4.1.6-1`
49
49
- Upgrade GDRCopy to version 2.4 in all supported OSes, except for Centos 7 where version 2.3.1 is used.
50
+
- Upgrade `aws-cfn-bootstrap` to version 2.0-28.
51
+
- Upgrade Python to 3.9.17.
50
52
51
53
**BUG FIXES**
52
54
- Fix inconsistent scaling configuration after cluster update rollback when modifying the list of instance types declared in the Compute Resources.
53
55
- Fix users SSH keys generation when switching users without root privilege in clusters integrated with an external LDAP server through cluster configuration files.
54
-
- Fix disabling Slurm power save mode when setting ScaledownIdletime = -1
56
+
- Fix disabling Slurm power save mode when setting `ScaledownIdletime = -1`.
55
57
- Fix hard-coded path to Slurm installation dir in `update_slurm_database_password.sh` script for Slurm Accounting.
56
58
57
59
3.7.2
@@ -725,7 +727,7 @@ When using a custom AMI with a preinstalled EFA package, no actions are taken at
725
727
**CHANGES**
726
728
727
729
- A Route53 private hosted zone is now created together with the cluster and used in DNS resolution inside cluster nodes
0 commit comments