diff --git a/templates/slurm.conf.j2 b/templates/slurm.conf.j2 index c527ff1..01599b0 100644 --- a/templates/slurm.conf.j2 +++ b/templates/slurm.conf.j2 @@ -134,7 +134,7 @@ AccountingStorageLoc={{ slurm_accounting_storage_loc }} AccountingStorageUser={{ slurm_accounting_storage_user }} AccountingStorageEnforce={{ slurm_accounting_storage_enforce }} {% if slurm_accounting_storage_tres is defined %} -AccuntingStorageTRES={{ slurm_accounting_storage_tres }} +AccountingStorageTRES={{ slurm_accounting_storage_tres }} {% elif slurm_with_gpu %} AccountingStorageTRES=gres/gpu:teslak80 {% endif %}