m-a-d-n-e-s-s / madness

Multiresolution Adaptive Numerical Environment for Scientific Simulation
GNU General Public License v2.0
181 stars 62 forks source link

Hotfix for MADNESS_LINALG_USE_LAPACKE = true #557

Closed EricaCMitchell closed 1 month ago

EricaCMitchell commented 1 month ago

Description

Although CI passed on this repo, MPQC catches an error when MADNESS_LINALG_USELAPACKE = true. Error is in `dgeqrf(LAPACK_ROW_MAJOR, m, n, a, lda, tau, infoOUT);`

Details