Skip to content

Commit 7dcfeb2

Browse files
committed
Update changelog
1 parent 311dcae commit 7dcfeb2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1515
- Addressed cluster id mismatch known issue by deleting the file `/var/spool/slurm.state/clustername` before configuring Slurm accounting.
1616
- Upgrade DCV to version 2024.0-19030.
1717
- Remove `berkshelf`. All cookbooks are local and do not need `berkshelf` dependency management.
18+
- Add support for GB200 instance types
1819

1920
**BUG FIXES**
2021
- Fix a race condition in CloudWatch Agent startup that could cause nodes bootstrap failures.

cookbooks/aws-parallelcluster-environment/files/default/network_interfaces/configure_nw_interface.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88

99
set -e
1010

11-
# commented out inputs are not required and don't exist for efa-only interfaces
11+
# commented out inputs that are not required and don't exist for efa-only interfaces
1212
if
13-
# [ -z "${DEVICE_NAME}" ] || # name of the device
1413
[ -z "${DEVICE_NUMBER}" ] || # index of the device
1514
[ -z "${NETWORK_CARD_INDEX}" ] || # index of the network card
1615
[ -z "${GW_IP_ADDRESS}" ] || # gateway ip address
17-
# [ -z "${DEVICE_IP_ADDRESS}" ] || # ip address to assign to the interface
1816
[ -z "${CIDR_PREFIX_LENGTH}" ] || # the prefix length of the device IP cidr block
1917
[ -z "${NETMASK}" ] # netmask to apply to device ip address
2018
then

0 commit comments

Comments
 (0)