Add owl and all partition
This commit is contained in:
parent
f4ac9f3186
commit
2e95281af5
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user