Skip to content

Commit

Permalink
Fixed benchmarking throwing malloc_consolidate() error in the end
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiqaRasool committed Oct 4, 2024
1 parent da70b50 commit 99738c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/JANA/CLI/JBenchmarker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void JBenchmarker::RunUntilFinished() {
<< " cd " << m_output_dir << "\n"
<< " $JANA_HOME/bin/jana-plot-scaletest.py\n" << LOG_END;
}
m_app->Stop();
m_app->Stop(true);
}


Expand Down

0 comments on commit 99738c6

Please sign in to comment.