Skip to content

Commit 5e1f102

Browse files
committed
#2183: Added a call of the writeJSONtoLDMS function
1 parent af8b17a commit 5e1f102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vt/vrt/collection/balance/node_lb_data.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ void NodeLBData::outputLBDataForPhase(PhaseType phase) {
324324
auto j = lb_data_->toJson(phase);
325325
auto writer = static_cast<JSONAppender*>(lb_data_writer_.get());
326326
writer->addElm(*j);
327+
writeJSONToLDMS(*j);
327328
}
328329

329330
void NodeLBData::writeJSONToLDMS([[maybe_unused]] nlohmann::json& j) {

0 commit comments

Comments
 (0)