Skip to content

Commit

Permalink
Set default dilution block size to 8x8x8x8
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyscientist committed Oct 27, 2023
1 parent 8a4ebcf commit e12c8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/command_line_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ QudaMatPCType matpc_type = QUDA_MATPC_EVEN_EVEN;
QudaSolveType solve_type = QUDA_NORMOP_PC_SOLVE;
QudaSolutionType solution_type = QUDA_MAT_SOLUTION;
QudaTboundary fermion_t_boundary = QUDA_ANTI_PERIODIC_T;
std::array<int, 4> dilution_block_size = {1, 1, 1, 1};
std::array<int, 4> dilution_block_size = {8, 8, 8, 8};

int mg_levels = 2;

Expand Down

0 comments on commit e12c8d4

Please sign in to comment.