diff --git a/tests/debug/Test_general_coarse_hdcg_phys48.cc b/tests/debug/Test_general_coarse_hdcg_phys48.cc index b47dbc46..3d0270c4 100644 --- a/tests/debug/Test_general_coarse_hdcg_phys48.cc +++ b/tests/debug/Test_general_coarse_hdcg_phys48.cc @@ -200,7 +200,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; @@ -274,7 +274,7 @@ int main (int argc, char ** argv) std::string ldop_file("/lustre/orion/phy157/proj-shared/phy157_dwf/paboyle/LittleDiracOp.phys48.new.62"); std::string evec_file("/lustre/orion/phy157/proj-shared/phy157_dwf/paboyle/evecs.scidac"); std::string eval_file("/lustre/orion/phy157/proj-shared/phy157_dwf/paboyle/eval.xml"); - bool load_agg=true; + bool load_agg=false; bool load_refine=false; bool load_mat=false; bool load_evec=false; @@ -287,8 +287,8 @@ int main (int argc, char ** argv) } else { // Aggregates.CreateSubspaceMultishift(RNG5,HermOpEO, // 0.0003,1.0e-5,2000); // Lo, tol, maxit - // Aggregates.CreateSubspaceChebyshev(RNG5,HermOpEO,nbasis,95.,0.01,1500); <== last run - Aggregates.CreateSubspaceChebyshevNew(RNG5,HermOpEO,95.); // 176 with refinement + Aggregates.CreateSubspaceChebyshev(RNG5,HermOpEO,nbasis,95.,0.01,1500); <== last run + // Aggregates.CreateSubspaceChebyshevNew(RNG5,HermOpEO,95.); // 176 with refinement // Aggregates.CreateSubspaceChebyshev(RNG5,HermOpEO,nbasis,95.,0.001,3000,1500,200,0.0); // Attempt to resurrect SaveBasis(Aggregates,subspace_file); } diff --git a/tests/debug/Test_general_coarse_hdcg_phys48_mixed.cc b/tests/debug/Test_general_coarse_hdcg_phys48_mixed.cc index e8a702c9..c464b25b 100644 --- a/tests/debug/Test_general_coarse_hdcg_phys48_mixed.cc +++ b/tests/debug/Test_general_coarse_hdcg_phys48_mixed.cc @@ -41,8 +41,8 @@ void SaveBasis(aggregation &Agg,std::string file) ScidacWriter WR(Agg.FineGrid->IsBoss()); WR.open(file); for(int b=0;b coarseCG(4.0e-2,20000,true); - const int nrhs=8; + const int nrhs=12; Coordinate mpi=GridDefaultMpi(); Coordinate rhMpi ({1,1,mpi[0],mpi[1],mpi[2],mpi[3]}); @@ -366,7 +369,7 @@ int main (int argc, char ** argv) HDCGmrhs(src_mrhs,res_mrhs); // Standard CG -#if 0 +#if 1 { std::cout << "**************************************"<