Archived
1
0
forked from rarias/bscpkgs

Refacto slurm configuration into compute/control

This commit is contained in:
2023-04-27 16:27:04 +02:00
parent 69bb2128db
commit 5dbbb27c43
6 changed files with 13 additions and 22 deletions

10
xeon07/slurm-daemon.nix Normal file
View File

@@ -0,0 +1,10 @@
{ ... }:
{
services.slurm = {
server.enable = true;
partitionName = [
"xeon Nodes=xeon[01-02,07] Default=YES MaxTime=INFINITE State=UP"
];
};
}