1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 03:17:07 +01:00

Adding check of the Dag part in the benchmark

This commit is contained in:
Guido Cossu
2016-12-14 03:15:09 +00:00
parent af0ccdd8e9
commit 0bd296dda4
3 changed files with 76 additions and 24 deletions

View File

@ -134,7 +134,6 @@ class ConjugateGradient : public OperatorFunction<Field> {
std::cout << GridLogDebug << "a = "<< a << " b_pred = "<< b_pred << " b = "<< b << std::endl;
std::cout << GridLogDebug << "qq = "<< qq << " d = "<< d << " c = "<< c << std::endl;
// Stopping condition
if (cp <= rsq) {
SolverTimer.Stop();