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
1 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,9 @@ This is the range that determines the how many high performance kernel instantce
#+begin_src python :noweb yes :exports none
range(2, 22)
#+end_src
#+RESULTS: kernel_generator_range
: None
* Naïve Sherman-Morrison
@ -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