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