From 804d9367d40b93d7d68e6cca7348d1b4d96c3ac1 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Mon, 22 Jul 2024 15:23:25 -0400 Subject: [PATCH] Regressed performance --- tests/debug/Test_general_coarse_hdcg_phys48_mixed.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/debug/Test_general_coarse_hdcg_phys48_mixed.cc b/tests/debug/Test_general_coarse_hdcg_phys48_mixed.cc index c464b25b..054b4c66 100644 --- a/tests/debug/Test_general_coarse_hdcg_phys48_mixed.cc +++ b/tests/debug/Test_general_coarse_hdcg_phys48_mixed.cc @@ -145,7 +145,7 @@ int main (int argc, char ** argv) Grid_init(&argc,&argv); const int Ls=24; - const int nbasis = 60; + const int nbasis = 62; const int cb = 0 ; RealD mass=0.00078; RealD M5=1.8; @@ -160,7 +160,7 @@ int main (int argc, char ** argv) GridRedBlackCartesian * FrbGrid = SpaceTimeGrid::makeFiveDimRedBlackGrid(Ls,UGrid); // Construct a coarsened grid with 4^4 cell - Coordinate Block({4,4,4,4}); + Coordinate Block({4,4,6,4}); Coordinate clatt = GridDefaultLatt(); for(int d=0;d