Actions
Bug #709
closedLAPACK error: illegal value for argument 7 of dsytrf_ in dAx_eq_b_BK()
Updated by Emmanuel Bertin almost 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
(!) This appears to be a problem with LAPACK workspace queries which seem to be broken (returning 0) in the latest version of the MKL (11.3 update 3); see this post and INTEL's reply
So we have two options:- wait for the next MKL update (probably a few weeks from now), or
- modify the code to compute the work array size ourselves. But this may require digging into LAPACK's guts.
Updated by Valerie de Lapparent almost 6 years ago
Thanks a lot Emmanuel, for looking into this.
Is there tangible information that there will me an MKL update in the coming weeks?
Updated by Emmanuel Bertin almost 6 years ago
They mention mid-September in the above link.
Updated by Emmanuel Bertin almost 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
(/) Solved in the MKL 2017 that was released on Sep 6.
Updated by Emmanuel Bertin almost 6 years ago
- Status changed from Resolved to Closed
Actions