2023-04-26 13:35:06 +02:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
services.slurm = {
|
|
|
|
client.enable = true;
|
|
|
|
controlMachine = "xeon07";
|
|
|
|
clusterName = "owl";
|
|
|
|
nodeName = [
|
2023-04-26 17:36:36 +02:00
|
|
|
"xeon[01-02,07] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=xeon"
|
2023-04-26 13:35:06 +02:00
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|