Skip to content

Commit 6fef21d

Browse files
committed
#2389: lb: convert runLB to an invoke call so LB is traced properly
1 parent 25b57b3 commit 6fef21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ void LBManager::startLB(
366366
break;
367367
}
368368

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

372372
/*static*/

0 commit comments

Comments
 (0)