From 8a89003bf24e1df8535da8598f3fd39fcccbd10d Mon Sep 17 00:00:00 2001 From: Francois Coppens Date: Thu, 2 Feb 2023 17:23:14 +0100 Subject: [PATCH] Commented call to `_doc` kernel. --- org/qmckl_sherman_morrison_woodbury.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/org/qmckl_sherman_morrison_woodbury.org b/org/qmckl_sherman_morrison_woodbury.org index 0c4b7a9..30117b9 100644 --- a/org/qmckl_sherman_morrison_woodbury.org +++ b/org/qmckl_sherman_morrison_woodbury.org @@ -364,7 +364,7 @@ qmckl_exit_code qmckl_sherman_morrison_naive(const qmckl_context context, NULL); } - #ifdef HAVE_HPC + // #ifdef HAVE_HPC if (LDS == (1+(Dim-1)/SIMD_LENGTH)*SIMD_LENGTH) { // Most cases switch (Dim) { <> @@ -382,16 +382,16 @@ qmckl_exit_code qmckl_sherman_morrison_naive(const qmckl_context context, determinant); } - #else - return qmckl_sherman_morrison_naive_doc(context, - Dim, - N_updates, - Updates, - Updates_index, - breakdown, - Slater_inv, - determinant); - #endif + // #else + // return qmckl_sherman_morrison_naive_doc(context, + // Dim, + // N_updates, + // Updates, + // Updates_index, + // breakdown, + // Slater_inv, + // determinant); + // #endif return QMCKL_FAILURE; }