From c9516686b65e986312c8c77fd3a5d2941c81a000 Mon Sep 17 00:00:00 2001 From: Gerard Capes Date: Wed, 23 Jul 2025 10:40:10 +0100 Subject: [PATCH 1/4] Add himem partition --- manchester-CSF3.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manchester-CSF3.yaml b/manchester-CSF3.yaml index 14ed208..25957a1 100644 --- a/manchester-CSF3.yaml +++ b/manchester-CSF3.yaml @@ -46,19 +46,19 @@ config: - distributed - shared - hybrid - multinode: + himem: num_nodes: - - 2 - 1 - - + - 1 + - 1 num_cores: - - 80 - - 40 - - + - 1 + - 1 + - 32 num_cores_per_node: - - 40 - - 40 - - 40 + - 1 + - 1 + - 32 parallel_modes: - distributed - hybrid From 92b97abe14b975fb49dd89b944b9cced73b77a21 Mon Sep 17 00:00:00 2001 From: Gerard Capes Date: Wed, 23 Jul 2025 10:48:59 +0100 Subject: [PATCH 2/4] Add hpcpool partition --- manchester-CSF3.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/manchester-CSF3.yaml b/manchester-CSF3.yaml index 25957a1..1b378ee 100644 --- a/manchester-CSF3.yaml +++ b/manchester-CSF3.yaml @@ -62,3 +62,20 @@ config: parallel_modes: - distributed - hybrid + hpcpool: + num_nodes: + - 1 + - 1 + - 124 + num_cores: + - 128 + - 1 + - 1024 + num_cores_per_node: + - 1 + - 1 + - 32 + parallel_modes: + - distributed + - hybrid + From a4b6785c3d9eb91023bf61465dc4052098f39089 Mon Sep 17 00:00:00 2001 From: Gerard Capes Date: Wed, 23 Jul 2025 10:59:38 +0100 Subject: [PATCH 3/4] Allow sequences to be zero-indented This is after all the YAML recommendation --- .github/workflows/yaml-lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/yaml-lint.yaml b/.github/workflows/yaml-lint.yaml index d60b214..7fb307d 100644 --- a/.github/workflows/yaml-lint.yaml +++ b/.github/workflows/yaml-lint.yaml @@ -16,3 +16,5 @@ jobs: level: warning line-length: level: warning + indentation: + indent-sequences: consistent From f78391588a4b560ef8798ca508753c559205047b Mon Sep 17 00:00:00 2001 From: Gerard Capes Date: Wed, 23 Jul 2025 11:03:12 +0100 Subject: [PATCH 4/4] Remove trailing empty lines --- manchester-CSF3.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/manchester-CSF3.yaml b/manchester-CSF3.yaml index 1b378ee..220aa10 100644 --- a/manchester-CSF3.yaml +++ b/manchester-CSF3.yaml @@ -78,4 +78,3 @@ config: parallel_modes: - distributed - hybrid -