Set default SLURM job time limit to one hour

Prevents enless jobs from being left forever, while allow users to
request a larger time limit.
This commit is contained in:
Rodrigo Arias 2024-07-18 11:44:01 +02:00
parent 29110d2d54
commit 5e6cf2b563

View File

@ -47,8 +47,8 @@ in {
];
partitionName = [
"owl Nodes=owl[1-2] Default=YES MaxTime=INFINITE State=UP"
"all Nodes=owl[1-2],hut Default=NO MaxTime=INFINITE State=UP"
"owl Nodes=owl[1-2] Default=YES DefaultTime=01:00:00 MaxTime=INFINITE State=UP"
"all Nodes=owl[1-2],hut Default=NO DefaultTime=01:00:00 MaxTime=INFINITE State=UP"
];
# See slurm.conf(5) for more details about these options.