Enable slurm in xeon01
This commit is contained in:
parent
de2af79810
commit
95bbeeb646
@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../common/main.nix
|
../common/main.nix
|
||||||
|
./slurm.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Select the this using the ID to avoid mismatches
|
# Select the this using the ID to avoid mismatches
|
||||||
|
12
xeon01/slurm.nix
Normal file
12
xeon01/slurm.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.slurm = {
|
||||||
|
client.enable = true;
|
||||||
|
controlMachine = "xeon07";
|
||||||
|
clusterName = "owl";
|
||||||
|
nodeName = [
|
||||||
|
"xeon[01-02,07] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=xeon"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user