Skip to content

Commit

Permalink
Merge pull request #41 from jabl/accounting-tres-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
martbhell committed Apr 14, 2016
2 parents 74902a1 + 12e63cc commit 4c3687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/slurm.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 4c3687c

Please sign in to comment.