Skip to content

Commit

Permalink
#476: lb: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 1, 2019
1 parent ca254f5 commit 9ed1ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/rotatelb/rotatelb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void RotateLB::init(objgroup::proxy::Proxy<RotateLB> in_proxy) {
void RotateLB::runLB() {
auto const& this_node = theContext()->getNode();
auto const& num_nodes = theContext()->getNumNodes();
NodeType const next_node = uninitialized_destination;
NodeType next_node = uninitialized_destination;
if (arguments::ArgConfig::vt_lb_rotate_same_node) {
next_node = this_node;
} else {
Expand Down

0 comments on commit 9ed1ee9

Please sign in to comment.