AWS ParallelCluster v3.0.0
·
7 commits
to release-3.0
since this release
We're excited to announce the release of AWS ParallelCluster Node 3.0.0
This is associated with AWS ParallelCluster v3.0.0
3.0.0
ENHANCEMENTS
- Implement scaling protection mechanism with Slurm scheduler: compute fleet is automatically set to 'PROTECTED' state
in case recurrent failures are encountered when provisioning nodes. - Implement
computemgtd
self-termination viashutdown
command instead of calling TerminateInstances.
CHANGES
- Drop support for SGE and Torque schedulers.
- Use tags prefix
parallelcluster:
when describing EC2 instances. - Run Slurm command
scontrol
with sudo because clustermgtd is executed as cluster admin user (not root).