We're excited to announce the release of AWS ParallelCluster 3.1.4
Upgrade
How to upgrade?
sudo pip install --upgrade aws-parallelcluster
ENHANCEMENTS
- Add validation for
DirectoryService/PasswordSecretArn
to fail in case the secret does not exist.
CHANGES
- Upgrade Slurm to version 21.08.8-2.
- Build Slurm with JWT support.
- Do not require
PlacementGroup/Enabled
to be set totrue
when passing an existingPlacementGroup/Id
. - Add
lambda:TagsResource
toParallelClusterUserRole
used by ParallelCluster API stack for cluster creation and image creation.
BUG FIXES
- Fix the ability to export cluster's logs when using
export-cluster-logs
command with the--filters
option. - Fix AWS Batch Docker entrypoint to use
/home
shared directory to coordinate Multi-node-Parallel job execution.