Remove hut from slurm

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
Rodrigo Arias 2025-08-27 12:43:12 +02:00
parent 12fe43f95f
commit f847621ceb
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@
../module/ceph.nix ../module/ceph.nix
../module/debuginfod.nix ../module/debuginfod.nix
../module/emulation.nix ../module/emulation.nix
../module/slurm-client.nix
./gitlab-runner.nix ./gitlab-runner.nix
./monitoring.nix ./monitoring.nix
./nfs.nix ./nfs.nix

View File

@ -33,7 +33,6 @@ in {
clusterName = "jungle"; clusterName = "jungle";
nodeName = [ nodeName = [
"owl[1,2] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=owl" "owl[1,2] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=owl"
"hut Sockets=2 CoresPerSocket=14 ThreadsPerCore=2"
]; ];
partitionName = [ partitionName = [
@ -65,7 +64,7 @@ in {
SuspendTimeout=60 SuspendTimeout=60
ResumeProgram=${resumeProgram} ResumeProgram=${resumeProgram}
ResumeTimeout=300 ResumeTimeout=300
SuspendExcNodes=hut #SuspendExcNodes=
# Turn the nodes off after 1 hour of inactivity # Turn the nodes off after 1 hour of inactivity
SuspendTime=3600 SuspendTime=3600