You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Initially,
project
kwarg was used in PBS, SGE and SLURM Cluster implementations to position theaccount
(or-A
) options of each job scheduler. As there is also a realproject
option in some of them, it has been renamed toaccount
, 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 #586 for history.
The text was updated successfully, but these errors were encountered: