Archived
1
0
forked from rarias/bscpkgs

Move slurm control server to apex

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2025-08-27 11:56:20 +02:00
parent 5ee8623af2
commit ee895d2e4f
4 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ in {
services.slurm = {
client.enable = true;
controlMachine = "hut";
controlMachine = "apex";
clusterName = "jungle";
nodeName = [
"owl[1,2] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=owl"

View File

@@ -0,0 +1,7 @@
{ ... }:
{
services.slurm = {
server.enable = true;
};
}