Skip to content

Commit

Permalink
Merge pull request #82 from lsst/tickets/DM-26940
Browse files Browse the repository at this point in the history
DM-26940: Use the daf_butler -j option
  • Loading branch information
timj committed Sep 28, 2020
2 parents 395bce5 + f89f43c commit 0620665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/mpexec/cli/opt/optionGroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(self):
ctrlMpExecOpts.clobber_partial_outputs_option(),
ctrlMpExecOpts.do_raise_option(),
ctrlMpExecOpts.profile_option(),
ctrlMpExecOpts.processes_option(),
dafButlerOpts.processes_option(),
ctrlMpExecOpts.timeout_option(),
ctrlMpExecOpts.fail_fast_option(),
ctrlMpExecOpts.graph_fixup_option()]
Expand Down
6 changes: 0 additions & 6 deletions python/lsst/ctrl/mpexec/cli/opt/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@
type=MWPath(writable=True, file_okay=True, dir_okay=False))


processes_option = MWOptionDecorator("-j", "--processes",
default=1,
help="Number of processes to use.",
type=click.IntRange(min=1))


profile_option = MWOptionDecorator("--profile",
help="Dump cProfile statistics to file name.",
type=MWPath(file_okay=True, dir_okay=False))
Expand Down

0 comments on commit 0620665

Please sign in to comment.