From 75f9cecd5a9e13ea6ece9742bbb75223c288a96d Mon Sep 17 00:00:00 2001 From: baol Date: Sun, 22 Dec 2024 17:59:36 +0800 Subject: [PATCH] change node name --- files/slurm.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/slurm.conf b/files/slurm.conf index 0d6370c..4415ed9 100755 --- a/files/slurm.conf +++ b/files/slurm.conf @@ -118,7 +118,7 @@ SelectTypeParameters=CR_Core #AccountingStoragePass= #AccountingStoragePort= #AccountingStorageType=accounting_storage/slurmdbd -#AccountingStorageUser= +#AccountingStorageUser=slurm #AccountingStoreFlags= #JobCompHost= #JobCompLoc= @@ -151,5 +151,5 @@ SlurmdLogFile=/var/log/slurm/slurmd.log # # # COMPUTE NODES -NodeName=cn[01-20] CPUs=40 RealMemory=192000 Sockets=2 CoresPerSocket=20 ThreadsPerCore=1 State=IDLE -PartitionName=suan Nodes=cn[01-20] Default=YES MaxTime=14400 State=UP +NodeName=cn[01-24] CPUs=40 RealMemory=192000 Sockets=2 CoresPerSocket=20 ThreadsPerCore=1 State=IDLE +PartitionName=suan Nodes=cn[01-24] Default=YES MaxTime=14400 State=UP