Skip to content

Commit

Permalink
Merge pull request #2392 from DARMA-tasking/2391-print-when-lb-statis…
Browse files Browse the repository at this point in the history
…tics-are-off

#2391: Print when LB statistics are off
  • Loading branch information
lifflander authored Jan 14, 2025
2 parents 57843f0 + 7390c2c commit c76a334
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 c76a334

Please sign in to comment.