AWS ParallelCluster v3.1.4
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/PasswordSecretArnto 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/Enabledto be set totruewhen passing an existingPlacementGroup/Id. - Add
lambda:TagsResourcetoParallelClusterUserRoleused by ParallelCluster API stack for cluster creation and image creation.
BUG FIXES
- Fix the ability to export cluster's logs when using
export-cluster-logscommand with the--filtersoption. - Fix AWS Batch Docker entrypoint to use
/homeshared directory to coordinate Multi-node-Parallel job execution.