Skip to content

Commit

Permalink
#1359: LB: fix missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander authored and nlslatt committed Sep 30, 2021
1 parent ca4487b commit 4d1b725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/greedylb/greedylb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Values: <double>
Default: 0.8
Description:
The load threshold of objects to consider for potential migration on each
rank. All objects over threshold * average_load on each rank will
rank. All objects over threshold * average_load on each rank will be
considered. If the parameter "auto" is set to "true", this will be the minimum
threshold; otherwise, it sets the threshold directly.
)"
Expand Down
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/hierarchicallb/hierlb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Values: <double>
Default: 0.8
Description:
The load threshold of objects to consider for potential migration on each
rank. All objects over threshold * average_load on each rank will
rank. All objects over threshold * average_load on each rank will be
considered. The order these will be selected is based on the value passed to
"strategy". If the parameter "auto" is set to "true", this will be the minimum
threshold; otherwise, it sets the threshold directly.
Expand Down

0 comments on commit 4d1b725

Please sign in to comment.