Add fox machine to SLURM

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
Rodrigo Arias 2025-08-29 14:40:43 +02:00
parent 20e7d244d1
commit 4b6b67b587
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,7 @@
../common/xeon/console.nix ../common/xeon/console.nix
../module/emulation.nix ../module/emulation.nix
../module/nvidia.nix ../module/nvidia.nix
../module/slurm-client.nix
./wireguard.nix ./wireguard.nix
]; ];

View File

@ -31,10 +31,12 @@ 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"
"fox Sockets=8 CoresPerSocket=24 ThreadsPerCore=1"
]; ];
partitionName = [ partitionName = [
"owl Nodes=owl[1-2] Default=YES DefaultTime=01:00:00 MaxTime=INFINITE State=UP" "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"
]; ];
# See slurm.conf(5) for more details about these options. # See slurm.conf(5) for more details about these options.
@ -62,7 +64,7 @@ in {
SuspendTimeout=60 SuspendTimeout=60
ResumeProgram=${resumeProgram} ResumeProgram=${resumeProgram}
ResumeTimeout=300 ResumeTimeout=300
#SuspendExcNodes= SuspendExcNodes=fox
# Turn the nodes off after 1 hour of inactivity # Turn the nodes off after 1 hour of inactivity
SuspendTime=3600 SuspendTime=3600