dask / dask/dask-jobqueue

Remove deprecated project kwarg in Cluster implementation, or use it as it should be

Open
#622 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
256
Forks
150
PR merge metrics
No merged PRs in 30d

Description

Initially, `project` kwarg was used in PBS, SGE and SLURM Cluster implementations to position the `account` (or `-A`) options of each job scheduler. As there is also a real `project` option in some of them, it has been renamed to `account`, but the previous kwarg was kept for backward compatibility with a Warning.

It is now time either to remove completly the kwarg there, or use it correctly for what it means in each HPC Scheduler glossary.

See https://github.com/dask/dask-jobqueue/pull/586 for history.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.