Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewc2003 committed Sep 6, 2024
1 parent d745670 commit 705cf99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions parsl/executors/high_throughput/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
manager_selector: ManagerSelector
Determines what strategy the interchange uses to select managers during task distribution.
See API reference under "Executors Miscellaneous" regarding the various manager selectors.
Default: RandomManagerSelector()
""" # Documentation for params used by both HTEx and MPIEx


Expand Down
2 changes: 1 addition & 1 deletion parsl/executors/high_throughput/manager_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class RandomManagerSelector(ManagerSelector):

"""Returns a shuffled list of interesting_managers
Maintains the behavior of the original interchange. Works well
By default this strategy is used by the interchange. Works well
in distributing workloads equally across all availble compute
resources. Is not effective in conjunction with elastic scaling
behavior as it leads to wasted resource consumption.
Expand Down

0 comments on commit 705cf99

Please sign in to comment.