You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There must have been some kind of problem with the upgrade to OpenBLAS 0.3.13 in JuliaLang/julia#39216. That PR included a patch called openblas-exshift.patch intended to bring in the fix in OpenMathLib/OpenBLAS#3091 without having to wait for OpenBLAS 0.3.14, but it seems the patch does not work. I don't know why, but the following test, discussed in the original issue #475, still fails in Julia 1.6 and nightly
julia> using LinearAlgebra
julia> eigen(A1, B1) # or schur(A1, B1)
ERROR: LAPACKException(12)
The failure is platform dependent (other pencils that fail for other platforms are available in #475), and seems similar to JuliaLang/LinearAlgebra.jl#832.
Also, using MKL (Julia 1.5.3 + MKL.jl) never fails.
I'm clueless about the whole Yggdrasil BinaryBuilder machinery, so I cannot fathom why the patch doesn't work (it did work when I compiled locally with it back in the day). However, perhaps the best thing is to wait for OpenBLAS 0.3.14 to be released with the fix and bake that in instead.
The text was updated successfully, but these errors were encountered:
Not sure if this belongs in Reference-LAPACK rather than Julia, but anyway...
What I put into OpenBLAS after 0.3.13 was a slightly earlier iteration of JuliaLang/julia#477 (though the only bits imissing should be the "LLSAME" typo fix and the "fix compiler warnings in qz code"). The former is probably harmless (only an EXTERNAL declaration) and the latter was added after you reported success with JuliaLang/julia#477
There must have been some kind of problem with the upgrade to OpenBLAS 0.3.13 in JuliaLang/julia#39216. That PR included a patch called
openblas-exshift.patch
intended to bring in the fix in OpenMathLib/OpenBLAS#3091 without having to wait for OpenBLAS 0.3.14, but it seems the patch does not work. I don't know why, but the following test, discussed in the original issue #475, still fails in Julia 1.6 and nightlyThen, on Intel + macOS
The failure is platform dependent (other pencils that fail for other platforms are available in #475), and seems similar to JuliaLang/LinearAlgebra.jl#832.
Also, using MKL (Julia 1.5.3 + MKL.jl) never fails.
I'm clueless about the whole Yggdrasil BinaryBuilder machinery, so I cannot fathom why the patch doesn't work (it did work when I compiled locally with it back in the day). However, perhaps the best thing is to wait for OpenBLAS 0.3.14 to be released with the fix and bake that in instead.
The text was updated successfully, but these errors were encountered: