From b17144f1698f04c7ceafdd3816859c24c83c569a Mon Sep 17 00:00:00 2001 From: maddyscientist Date: Wed, 1 Jun 2016 09:17:46 -0700 Subject: [PATCH 1/2] Fixed milc interface bug with clover solver: the clover coefficient must be set for ivnertQuda. --- lib/milc_interface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/milc_interface.cpp b/lib/milc_interface.cpp index 21c3e23982..7ec8fae75d 100644 --- a/lib/milc_interface.cpp +++ b/lib/milc_interface.cpp @@ -1424,6 +1424,7 @@ void qudaCloverInvert(int external_precision, invertParam.tol = target_residual; invertParam.tol_hq = target_fermilab_residual; if (invertParam.residual_type == QUDA_HEAVY_QUARK_RESIDUAL) invertParam.heavy_quark_check = 1; + invertParam.clover_coeff = clover_coeff; // solution types invertParam.solution_type = QUDA_MAT_SOLUTION; From 371e9968f17be0607fd6e0a85dbad1b41129189d Mon Sep 17 00:00:00 2001 From: maddyscientist Date: Wed, 1 Jun 2016 09:18:20 -0700 Subject: [PATCH 2/2] Bumped version number to 0.9.0 --- include/quda_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/quda_constants.h b/include/quda_constants.h index 1b64dfe3e2..7cbd46e6c6 100644 --- a/include/quda_constants.h +++ b/include/quda_constants.h @@ -1,5 +1,5 @@ #define QUDA_VERSION_MAJOR 0 -#define QUDA_VERSION_MINOR 8 +#define QUDA_VERSION_MINOR 9 #define QUDA_VERSION_SUBMINOR 0 /**