From b82894eaec3df7dab2cf9779ae36b2dbaf94d358 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 7 Apr 2025 16:17:32 +0200 Subject: [PATCH] Remove SLURM partition all MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We no longer have homogeneous nodes so it doesn't make much sense to allocate a mix of them. Reviewed-by: Aleix Boné --- m/module/slurm-client.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/m/module/slurm-client.nix b/m/module/slurm-client.nix index 7acbf65..46478a8 100644 --- a/m/module/slurm-client.nix +++ b/m/module/slurm-client.nix @@ -50,7 +50,6 @@ in { partitionName = [ "owl Nodes=owl[1-2] Default=YES DefaultTime=01:00:00 MaxTime=INFINITE State=UP" "fox Nodes=fox Default=NO DefaultTime=01:00:00 MaxTime=INFINITE State=UP" - "all Nodes=owl[1-2],hut Default=NO DefaultTime=01:00:00 MaxTime=INFINITE State=UP" ]; # See slurm.conf(5) for more details about these options.