From d52f05032f0b3eda5874177eddb8e9d7aa6c30f9 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Fri, 22 May 2026 10:10:49 +0200 Subject: [PATCH] Fix chrysalis cores per node: 64 not 128 The same applies to max. MPI tasks per node. --- mache/machines/chrysalis.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mache/machines/chrysalis.cfg b/mache/machines/chrysalis.cfg index 6368bf48..b071f70a 100644 --- a/mache/machines/chrysalis.cfg +++ b/mache/machines/chrysalis.cfg @@ -60,10 +60,10 @@ partitions = compute, debug parallel_executable = srun --mpi=pmi2 -l # cpu cores per node (without hyperthreading) -cores_per_node = 128 +cores_per_node = 64 # the maximum number of MPI tasks per node -max_mpi_tasks_per_node = 128 +max_mpi_tasks_per_node = 64 # CPU binding (cores or threads) cpu_bind = cores