From 71779d25a3eb55884e6f59ae0d74196616732561 Mon Sep 17 00:00:00 2001 From: Christopher Harrop Date: Sat, 15 Jun 2024 07:29:12 -0600 Subject: [PATCH] Allow up to 10 compute nodes --- frontend/slurm.conf | 2 +- master/slurm.conf | 2 +- node/slurm.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/slurm.conf b/frontend/slurm.conf index 6b4f305..7d1b4eb 100644 --- a/frontend/slurm.conf +++ b/frontend/slurm.conf @@ -147,5 +147,5 @@ SlurmdLogFile=/var/log/slurmd.log # # COMPUTE NODES NodeName=DEFAULT State=UNKNOWN Sockets=1 ThreadsPerCore=1 CoresPerSocket=REPLACE_IT -NodeName=slurmnode[1-3] CPUs=REPLACE_IT +NodeName=slurmnode[1-10] CPUs=REPLACE_IT PartitionName=slurmpar Nodes=ALL Default=YES MaxTime=INFINITE State=UP diff --git a/master/slurm.conf b/master/slurm.conf index 6b4f305..7d1b4eb 100644 --- a/master/slurm.conf +++ b/master/slurm.conf @@ -147,5 +147,5 @@ SlurmdLogFile=/var/log/slurmd.log # # COMPUTE NODES NodeName=DEFAULT State=UNKNOWN Sockets=1 ThreadsPerCore=1 CoresPerSocket=REPLACE_IT -NodeName=slurmnode[1-3] CPUs=REPLACE_IT +NodeName=slurmnode[1-10] CPUs=REPLACE_IT PartitionName=slurmpar Nodes=ALL Default=YES MaxTime=INFINITE State=UP diff --git a/node/slurm.conf b/node/slurm.conf index 6b4f305..7d1b4eb 100644 --- a/node/slurm.conf +++ b/node/slurm.conf @@ -147,5 +147,5 @@ SlurmdLogFile=/var/log/slurmd.log # # COMPUTE NODES NodeName=DEFAULT State=UNKNOWN Sockets=1 ThreadsPerCore=1 CoresPerSocket=REPLACE_IT -NodeName=slurmnode[1-3] CPUs=REPLACE_IT +NodeName=slurmnode[1-10] CPUs=REPLACE_IT PartitionName=slurmpar Nodes=ALL Default=YES MaxTime=INFINITE State=UP