From fc97ed6ae3cf9d5a6e4470c9b09943079eb07457 Mon Sep 17 00:00:00 2001 From: Nicola Sirena Date: Wed, 21 Jun 2023 11:36:58 +0200 Subject: [PATCH] Update Changelog Signed-off-by: Nicola Sirena --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b69e2834..205e00cfd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ CHANGELOG - Allow configuration of static and dynamic node priorities in Slurm compute resources via the ParallelCluster configuration YAML file. - Add support for Ubuntu 22. - Allow memory-based scheduling when multiple instance types are specified for a Slurm Compute Resource. +- Allow definition of a Slurm Compute Resource through InstanceRequirements. **CHANGES** - Assign Slurm dynamic nodes a priority (weight) of 1000 by default. This allows Slurm to prioritize idle static nodes over idle dynamic ones.