mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 16:27:05 +01:00
Cleaning up the CG reproduciblity test. More info reported
This commit is contained in:
@ -64,9 +64,9 @@ class HmcRunner : public NerscHmcRunner {
|
||||
FermionAction FermOp(U, *FGrid, *FrbGrid, mass);
|
||||
|
||||
// To enable the CG reproducibility tests use
|
||||
// ConjugateGradient<FermionField> CG(1.0e-8, 10000, true, true);
|
||||
ConjugateGradient<FermionField> CG(1.0e-8, 10000, false, true);
|
||||
// This is the plain version
|
||||
ConjugateGradient<FermionField> CG(1.0e-8, 10000);
|
||||
//ConjugateGradient<FermionField> CG(1.0e-8, 10000);
|
||||
|
||||
TwoFlavourPseudoFermionAction<ImplPolicy> Nf2(FermOp, CG, CG);
|
||||
|
||||
|
Reference in New Issue
Block a user