From a563a344891cdcbd518224847185ee4541906c23 Mon Sep 17 00:00:00 2001 From: Balint Joo Date: Thu, 12 Dec 2024 23:06:58 +0000 Subject: [PATCH] Added actual changed invert_test * D'oh!!! --- tests/invert_test.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/invert_test.cpp b/tests/invert_test.cpp index 2c945cc77c..edbde2256d 100644 --- a/tests/invert_test.cpp +++ b/tests/invert_test.cpp @@ -470,9 +470,10 @@ int main(int argc, char **argv) if (quda::comm_rank() != 0) { delete listeners.Release(listeners.default_result_printer()); } result = RUN_ALL_TESTS(); } else { - solve(test_t {prec, prec_sloppy, inv_type, solution_type, solve_type, multishift, solution_accumulator_pipeline, - schwarz_t {precon_schwarz_type, inv_multigrid ? QUDA_MG_INVERTER : precon_type, prec_precondition}, - inv_param.residual_type}); + for (int rep = 0; rep < nrepeat; rep++) + solve(test_t {prec, prec_sloppy, inv_type, solution_type, solve_type, multishift, solution_accumulator_pipeline, + schwarz_t {precon_schwarz_type, inv_multigrid ? QUDA_MG_INVERTER : precon_type, prec_precondition}, + inv_param.residual_type}); } // finalize the QUDA library