Skip to content

Commit

Permalink
#1382: add lbh to JSON_SERIALIZE_ENUM
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern committed Jul 19, 2022
1 parent d28fbed commit fd748ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/vrt/collection/balance/lb_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM(StatisticQuantity, {
{StatisticQuantity::imb, "imb"},
{StatisticQuantity::npr, "npr"},
{StatisticQuantity::sum, "sum"},
{StatisticQuantity::lbh, "lbh"},
})

nlohmann::json jsonifyPhaseStatistics(const StatisticMap &statistics) {
Expand Down

0 comments on commit fd748ca

Please sign in to comment.