Skip to content

Commit

Permalink
#2389: lb: convert runLB to an invoke call so LB is traced properly
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Feb 12, 2025
1 parent 9b02b2d commit 34e878a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ void LBManager::startLB(
break;
}

runLB(phase, cb);
proxy_[theContext()->getNode()].template invoke<&LBManager::runLB>(phase, cb);
}

/*static*/
Expand Down

0 comments on commit 34e878a

Please sign in to comment.