Skip to content

Commit

Permalink
Added actual changed invert_test
Browse files Browse the repository at this point in the history
* D'oh!!!
  • Loading branch information
bjoo committed Dec 12, 2024
1 parent 9e685e4 commit a563a34
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/invert_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a563a34

Please sign in to comment.