Move xeon07 configuration to a directory

This commit is contained in:
2023-04-18 16:09:23 +02:00
parent 0f7a0c3ac2
commit 848efdcb2d
15 changed files with 0 additions and 0 deletions

12
xeon07/slurm.nix Normal file
View File

@@ -0,0 +1,12 @@
{ ... }:
{
services.slurm = {
client.enable = true;
controlMachine = "ssfhead";
clusterName = "owl";
nodeName = [
"xeon[01-08] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=xeon"
];
};
}