M0 charm does not fail on covergence check
This commit is contained in:
parent
3c30d73912
commit
b47102bbbb
@ -428,7 +428,7 @@ void RbcUkqcd::addM0CharmSolver(Application &app, const std::string solverName,
|
||||
solverPar.maxIteration = 30000;
|
||||
solverPar.residual = residual;
|
||||
solverPar.guesser = "";
|
||||
app.createModule<MSolver::RBPrecCG>(solverName, solverPar);
|
||||
app.createModule<MSolver::RBPrecCGNoFail>(solverName, solverPar);
|
||||
}
|
||||
|
||||
} // namespace hadpresets
|
||||
|
Loading…
Reference in New Issue
Block a user