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:
parent
5f888abe5b
commit
81be8263a0
@ -31,6 +31,9 @@ This is the range that determines the how many high performance kernel instantce
|
|||||||
#+begin_src python :noweb yes :exports none
|
#+begin_src python :noweb yes :exports none
|
||||||
range(2, 22)
|
range(2, 22)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+RESULTS: kernel_generator_range
|
||||||
|
: None
|
||||||
|
|
||||||
|
|
||||||
* Naïve Sherman-Morrison
|
* Naïve Sherman-Morrison
|
||||||
@ -2134,7 +2137,7 @@ integer recursive function qmckl_sm_splitting_doc_f( &
|
|||||||
|
|
||||||
integer*8 :: Later
|
integer*8 :: Later
|
||||||
integer*8 , dimension(nupdates) :: Later_index
|
integer*8 , dimension(nupdates) :: Later_index
|
||||||
real*8 , dimension(dim * nupdates) :: Later_updates
|
real*8 , dimension(lds * nupdates) :: Later_updates
|
||||||
|
|
||||||
info = QMCKL_FAILURE
|
info = QMCKL_FAILURE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user