From 511eba58430cc1e448f64fc83ab63c15e6b1eb71 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 5 Apr 2022 09:56:13 +0200 Subject: [PATCH] Fixed dgemm bug --- org/qmckl_jastrow.org | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/org/qmckl_jastrow.org b/org/qmckl_jastrow.org index 659f23a..5d600f6 100644 --- a/org/qmckl_jastrow.org +++ b/org/qmckl_jastrow.org @@ -5432,18 +5432,19 @@ qmckl_exit_code qmckl_compute_tmp_c_hpc ( const int64_t LDB = elec_num; const int64_t LDC = elec_num; + const int64_t af = elec_num*elec_num; + const int64_t bf = elec_num*nucl_num*(cord_num+1); + const int64_t cf = bf; + for (int64_t nw=0; nw < walk_num; ++nw) { for (int64_t i=0; i