Skip to content
Snippets Groups Projects
Commit 13e4827c authored by Torbjörn Lönnemark's avatar Torbjörn Lönnemark
Browse files

Update slurm.conf for Slurm 20.11

This disables accounting (since the filetxt accounting type has been
removed in Slurm 20.11), but accounting wasn't saved previously anyway,
since not AccountingStorageLoc was specified.

Also, the FastSchedule parameter has been removed.
parent eab2978b
No related branches found
No related tags found
No related merge requests found
...@@ -33,14 +33,13 @@ MinJobAge=259200 ...@@ -33,14 +33,13 @@ MinJobAge=259200
# #
# #
# SCHEDULING # SCHEDULING
FastSchedule=1
SchedulerType=sched/backfill SchedulerType=sched/backfill
SelectType=select/cons_res SelectType=select/cons_res
SelectTypeParameters=CR_Core SelectTypeParameters=CR_Core
# #
# #
# LOGGING AND ACCOUNTING # LOGGING AND ACCOUNTING
AccountingStorageType=accounting_storage/filetxt #AccountingStorageType=accounting_storage/none
ClusterName=analysator ClusterName=analysator
JobCompType=jobcomp/script JobCompType=jobcomp/script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment