Skip to content

Commit

Permalink
Revert "increase frequency of heavy-quark residual checks"
Browse files Browse the repository at this point in the history
This reverts commit 9cefdb9.
  • Loading branch information
Mathias Wagner committed May 15, 2015
1 parent cdf0907 commit c119922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inv_bicgstab_quda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace quda {
const bool use_heavy_quark_res =
(param.residual_type & QUDA_HEAVY_QUARK_RESIDUAL) ? true : false;
double heavy_quark_res = use_heavy_quark_res ? sqrt(HeavyQuarkResidualNormCuda(x,r).z) : 0.0;
const int heavy_quark_check = 1; // how often to check the heavy quark residual
int heavy_quark_check = 10; // how often to check the heavy quark residual

double delta = param.delta;

Expand Down

0 comments on commit c119922

Please sign in to comment.