Skip to content

Commit

Permalink
Remove pe_count option from MonitorStage (#2178)
Browse files Browse the repository at this point in the history
Closes #2177


## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - Yuchen Zhang (https://github.com/yczhang-nv)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: #2178
  • Loading branch information
yczhang-nv authored Feb 6, 2025
1 parent b2ef4ac commit 4f2ed4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/morpheus/morpheus/stages/general/monitor_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def _build_single(self, builder: mrc.Builder, input_node: mrc.SegmentObject) ->
self._mc._font_style,
self._mc._determine_count_fn)

node.launch_options.pe_count = self._config.num_threads

else:
# Use a component so we track progress using the upstream progress engine. This will provide more accurate
# results
Expand Down

0 comments on commit 4f2ed4f

Please sign in to comment.