Set the name of the slurm cluster to jungle

This commit is contained in:
Rodrigo Arias 2023-06-16 12:00:54 +02:00
parent fba0f7b739
commit 9f5941c2be

View File

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