We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8b17a commit 5e1f102Copy full SHA for 5e1f102
src/vt/vrt/collection/balance/node_lb_data.cc
@@ -324,6 +324,7 @@ void NodeLBData::outputLBDataForPhase(PhaseType phase) {
324
auto j = lb_data_->toJson(phase);
325
auto writer = static_cast<JSONAppender*>(lb_data_writer_.get());
326
writer->addElm(*j);
327
+ writeJSONToLDMS(*j);
328
}
329
330
void NodeLBData::writeJSONToLDMS([[maybe_unused]] nlohmann::json& j) {
0 commit comments