Skip to content

Change project to account where appropriate. Update docs#586

Merged
guillaumeeb merged 1 commit into
dask:mainfrom
guillaumeeb:pbs-account
Sep 6, 2022
Merged

Change project to account where appropriate. Update docs#586
guillaumeeb merged 1 commit into
dask:mainfrom
guillaumeeb:pbs-account

Conversation

@guillaumeeb
Copy link
Copy Markdown
Member

@guillaumeeb guillaumeeb commented Sep 5, 2022

Fixes #272.

Currently dask-jobqueue uses incorrect terms and kwarg name for Accounting string. PBS and Slurm implementations are declaring an accounting string, but the kwarg was named project. This PR renames the kwarg to account, as project should be use with -P PBS or Slurm option.

It also fixes wrong comment about project kwarg for other job schedulers.

Comment thread dask_jobqueue/core.py
warn = (
"header_skip has been renamed to job_directives_skip. "
"You are still using it (even if only set to (); please also check config files). "
"You are still using it (even if only set to []; please also check config files). "
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an unrelated fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PBSCluster hard codes account string for project

1 participant