From 8738bd4eebe5da0b17710eeebe5f39425f30037f Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 28 Mar 2025 11:04:19 +0100 Subject: [PATCH] Adjust fox slurm config after disabling SMT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné --- m/module/slurm-client.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/module/slurm-client.nix b/m/module/slurm-client.nix index d7cb070..7acbf65 100644 --- a/m/module/slurm-client.nix +++ b/m/module/slurm-client.nix @@ -43,7 +43,7 @@ in { clusterName = "jungle"; nodeName = [ "owl[1,2] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=owl" - "fox Sockets=2 CoresPerSocket=96 ThreadsPerCore=2 Feature=fox" + "fox Sockets=2 CoresPerSocket=96 ThreadsPerCore=1 Feature=fox" "hut Sockets=2 CoresPerSocket=14 ThreadsPerCore=2" ];