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/debuginfod.nix
../module/emulation.nix
../module/slurm-client.nix
./gitlab-runner.nix
./monitoring.nix
./nfs.nix

View File

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