Skip to content

Commit

Permalink
Slurm uses '#SBATCH -A' to set account/project name (dask#625)
Browse files Browse the repository at this point in the history
This fixes what probably is a copy-and-paste error form the PBS version of this file.
  • Loading branch information
eckhrd authored Feb 9, 2024
1 parent 926cbb5 commit 97949b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_jobqueue/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class SLURMCluster(JobQueueCluster):
project : str
Deprecated: use ``account`` instead. This parameter will be removed in a future version.
account : str
Accounting string associated with each worker job. Passed to `#PBS -A` option.
Accounting string associated with each worker job. Passed to `#SBATCH -A` option.
{job}
{cluster}
walltime : str
Expand Down

0 comments on commit 97949b3

Please sign in to comment.