Add owl and all partition

This commit is contained in:
Rodrigo Arias 2023-06-16 11:34:00 +02:00
parent f4ac9f3186
commit 2e95281af5

View File

@ -4,7 +4,8 @@
services.slurm = { services.slurm = {
server.enable = true; server.enable = true;
partitionName = [ partitionName = [
"xeon Nodes=xeon[01-02,07] Default=YES MaxTime=INFINITE State=UP" "owl Nodes=owl[1-2] Default=YES MaxTime=INFINITE State=UP"
"all Nodes=owl[1-2],hut Default=NO MaxTime=INFINITE State=UP"
]; ];
}; };
} }