Skip to content

Commit

Permalink
Give MoabCluster a unique config_name (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
  • Loading branch information
lpsinger and lesteve committed Jul 27, 2020
1 parent 79e4a8d commit 3cc20a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dask_jobqueue/moab.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class MoabJob(PBSJob):
submit_command = "msub"
cancel_command = "canceljob"
scheduler_name = "moab"
config_name = "moab"


class MoabCluster(PBSCluster):
Expand Down
3 changes: 2 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Development version

- all cluster classes: fix a bug that would allow to pass any named parameter without an error (:pr:`398`)
- all cluster classes: fix a bug where ``security`` was not correctly passed through (:pr:`398`)

- ``MoabCluster``: fix bug where ``MoabCluster`` was using the ``jobqueue.pbs``
config section rather than the ``jobqueue.moab`` section. (:pr:`450`)

0.7.1 / 2020-03-26
------------------
Expand Down

0 comments on commit 3cc20a7

Please sign in to comment.