Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jabl committed Apr 14, 2016
1 parent 74902a1 commit 12e63cc
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 12e63cc

Please sign in to comment.