Remove hut from slurm

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

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