From 6c09892b1767c24dfaba11dd694e2738f3ae3b16 Mon Sep 17 00:00:00 2001 From: Sander Vandenhaute <45051541+svandenhaute@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:28:56 +0100 Subject: [PATCH] Update hortense.yaml Better defaults for CP2K parallelization --- configs/hortense.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/hortense.yaml b/configs/hortense.yaml index 1ac3849..16398cb 100644 --- a/configs/hortense.yaml +++ b/configs/hortense.yaml @@ -31,12 +31,12 @@ ModelTraining: ReferenceEvaluation: cores_per_worker: 32 max_walltime: 20 - cpu_affinity: 'alternating' + cpu_affinity: 'none' SlurmProvider: partition: "cpu_rome" account: "2022_069" nodes_per_block: 1 - cores_per_node: 64 + cores_per_node: 32 init_blocks: 1 min_blocks: 0 max_blocks: 10