Skip to content

Commit

Permalink
#2391: Print when lb statistics are off
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jan 10, 2025
1 parent 57843f0 commit 7390c2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vt/runtime/runtime_banner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@ void Runtime::printStartupBanner() {
auto f12 = opt_on("--vt_lb_statistics_file", f11);
fmt::print("{}\t{}{}", vt_pre, f12, reset);
}
} else {
auto f9 = opt_off("--vt_lb_statistics", "Load balancing statistics file dumping disabled");
fmt::print("{}\t{}{}", vt_pre, f9, reset);
}

#if !vt_check_enabled(trace_enabled)
Expand Down

0 comments on commit 7390c2c

Please sign in to comment.