Skip to content

Commit

Permalink
#1570: lb: update print about statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 13, 2021
1 parent 604900c commit 101a047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ void LBManager::statsHandler(StatsMsgType* msg) {
if (theContext()->getNode() == 0) {
vt_print(
lb,
"BaseLB: Statistic={}: "
"LBManager: Statistic={}: "
" max={:.2f}, min={:.2f}, sum={:.2f}, avg={:.2f}, var={:.2f},"
" stdev={:.2f}, nproc={}, cardinality={} skewness={:.2f}, kurtosis={:.2f},"
" npr={}, imb={:.2f}, num_stats={}\n",
Expand Down

0 comments on commit 101a047

Please sign in to comment.