Skip to content

Commit

Permalink
#1570: LB: change name of epoch in BaseLB
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 13, 2021
1 parent 95387cd commit fd4142a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/baselb/baselb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void BaseLB::startLB(
importProcessorData(in_stats, in_comm_stats);

runInEpochCollective(
"BaseLB::startLB -> finishedStats", [this,total_load]{
"BaseLB::startLB -> runLB", [this,total_load]{
getArgs(phase_);
inputParams(spec_entry_.get());
runLB(total_load);
Expand Down

0 comments on commit fd4142a

Please sign in to comment.