Skip to content

Commit

Permalink
Wilson-type compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe2 committed Dec 7, 2023
1 parent e161cdc commit bf4eaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/invert_test_gtest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bool skip_test(test_t param)
// Skip if the inverter does not support batched update and batched update is greater than one
if (!support_solution_accumulator_pipeline(inverter_type) && solution_accumulator_pipeline > 1) return true;
// MdagMLocal only support for Mobius at present
if (is_normal_solve(param) && ::testing::get<0>(schwarz_param) != QUDA_INVALID_SCHWARZ) {
if (is_normal_solve(inverter_type, solve_type) && ::testing::get<0>(schwarz_param) != QUDA_INVALID_SCHWARZ) {
#ifdef QUDA_MMA_AVAILABLE
if (dslash_type != QUDA_MOBIUS_DWF_DSLASH) return true;
#else
Expand Down

0 comments on commit bf4eaad

Please sign in to comment.