Skip to content

Commit c76a334

Browse files
authored
Merge pull request #2392 from DARMA-tasking/2391-print-when-lb-statistics-are-off
#2391: Print when LB statistics are off
2 parents 57843f0 + 7390c2c commit c76a334

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vt/runtime/runtime_banner.cc

+3
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ void Runtime::printStartupBanner() {
381381
auto f12 = opt_on("--vt_lb_statistics_file", f11);
382382
fmt::print("{}\t{}{}", vt_pre, f12, reset);
383383
}
384+
} else {
385+
auto f9 = opt_off("--vt_lb_statistics", "Load balancing statistics file dumping disabled");
386+
fmt::print("{}\t{}{}", vt_pre, f9, reset);
384387
}
385388

386389
#if !vt_check_enabled(trace_enabled)

0 commit comments

Comments
 (0)