From a155a362da55c5668fb96131e7518f4c59af6c4e Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 16 Mar 2016 02:31:04 -0700 Subject: [PATCH] Update from HDCR tuning --- tests/Test_dwf_hdcr.cc | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/tests/Test_dwf_hdcr.cc b/tests/Test_dwf_hdcr.cc index 644108e1..f1a8e52c 100644 --- a/tests/Test_dwf_hdcr.cc +++ b/tests/Test_dwf_hdcr.cc @@ -42,6 +42,8 @@ public: int, domaindecompose, int, domainsize, int, order, + int, Ls, + double, mq, double, lo, double, hi, int, steps); @@ -327,7 +329,7 @@ public: CoarseVector Ctmp(_CoarseOperator.Grid()); CoarseVector Csol(_CoarseOperator.Grid()); Csol=zero; - ConjugateGradient CG(1.0e-2,100000); + ConjugateGradient CG(1.0e-4,100000); // ConjugateGradient fCG(3.0e-2,1000); HermitianLinearOperator HermOp(_CoarseOperator); @@ -474,7 +476,7 @@ int main (int argc, char ** argv) read(RD,"params",params); std::cout<<"Params: Order "< PosdefLdop(LDOp); ConjugateGradient CG(1.0e-6,100000); - CG(PosdefLdop,c_src,c_res); + // CG(PosdefLdop,c_src,c_res); // std::cout< PGCRDD(1.0e-8,100000,PreconDD,8,128); - result=zero; - std::cout< PGCRDD(1.0e-8,100000,PreconDD,8,128); + // result=zero; + // std::cout< PGCR(1.0e-8,100000,Precon,8,128); - // std::cout< PGCR(1.0e-8,100000,Precon,8,8); + std::cout<