Skip to content

Commit

Permalink
#2201: run tests with three trials
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 17, 2024
1 parent 3a7d707 commit a83c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/lb/test_temperedlb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ std::string writeTemperedLBConfig(
auto config_file = getUniqueFilename();
if (this_node == 0) {
std::ofstream cfg_file_{config_file.c_str(), std::ofstream::out | std::ofstream::trunc};
cfg_file_ << "0 TemperedLB iters=10 transfer=" << transfer_strategy <<
cfg_file_ << "0 TemperedLB iters=10 trials=3 transfer=" << transfer_strategy <<
" alpha=" << alpha <<
" beta=" << beta <<
" gamma=" << gamma <<
Expand Down

0 comments on commit a83c66a

Please sign in to comment.