1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-12-22 12:23:56 +01:00

Fixed mismached array size in splitting doc kernel. Test passes now.

This commit is contained in:
Francois Coppens 2023-07-11 15:19:45 +02:00
parent 5f888abe5b
commit 81be8263a0

View File

@ -32,6 +32,9 @@ This is the range that determines the how many high performance kernel instantce
range(2, 22)
#+end_src
#+RESULTS: kernel_generator_range
: None
* Naïve Sherman-Morrison
** ~qmckl_sm_naive~
@ -2134,7 +2137,7 @@ integer recursive function qmckl_sm_splitting_doc_f( &
integer*8 :: Later
integer*8 , dimension(nupdates) :: Later_index
real*8 , dimension(dim * nupdates) :: Later_updates
real*8 , dimension(lds * nupdates) :: Later_updates
info = QMCKL_FAILURE