Skip to content

Commit

Permalink
criterions.txt is removed by the archive cleaner (#945)
Browse files Browse the repository at this point in the history
rename criterions.txt LOLD.txt to prevent it from being deleted by the
cleaner
  • Loading branch information
a-zakir authored Oct 9, 2024
1 parent 58c9a15 commit f032ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/benders/benders_mpi/BendersMpiOuterLoop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ BendersMpiOuterLoop::BendersMpiOuterLoop(
const auto& headers =
criterion_computation_.getOuterLoopInputData().PatternBodies();
mathLoggerDriver_->add_logger(
std::filesystem::path(Options().OUTPUTROOT) / "criterions.txt", headers,
std::filesystem::path(Options().OUTPUTROOT) / "LOLD.txt", headers,
&OuterLoopCurrentIterationData::outer_loop_criterion);
mathLoggerDriver_->add_logger(
std::filesystem::path(Options().OUTPUTROOT) /
Expand Down

0 comments on commit f032ccc

Please sign in to comment.