Skip to content

Commit

Permalink
#1359: LB: document added greedylb arg
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Sep 17, 2021
1 parent d06f6dc commit 5dba7cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vt/vrt/collection/balance/greedylb/greedylb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ Default: true
{
"strategy",
R"(
Values: {scatter, bcast, pt2pt}
Default: scatter
Description:
How to distribute the data after the centralized LB makes a decision
)"
}
};
Expand Down

0 comments on commit 5dba7cc

Please sign in to comment.