Remove hut from slurm
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
12fe43f95f
commit
f847621ceb
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user