-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ordering problem in Julia 1.9 #90
Comments
Could be related to #28 |
For more context
|
So you are saying that just toggling between julia 1.8 and 1.9 gives this behavior, even with the same version of Pardiso and its dependencies? |
Output 1.9
Output 1.8.5
For reference here are the installed deps |
@KristofferC upon checking it seems that the LibBlasTrampoline versions are different I don't know is that's the problem |
Not sure whether it is related: JuliaLinearAlgebra/libblastrampoline#116 |
Can you print out |
Also, can you show exactly what version of MKL_jll you are loading on both Julia versions? |
I cannot reproduce this with |
@KristofferC this is on MacOS rosetta. |
And exact version of MKL_jll? |
MKL_jll v2023.1.0+0 and it seems to downgrade Pardiso.jl to 0.5.0... |
We need to bump MKL_jll compatibility. |
I can reproduce this in rosetta. I get it on MKL_jll 2021, 2022 and 2023. I will test on Julia 1.8 now. And indeed on 1.8 it works.. |
Bisected this to JuliaLang/julia#44360 I'm guessing it has something to do with libblastrampoline_jll now being loaded in the sysimage? |
This should be fixed by JuliaLang/julia#49842, you can test it by downloading the x86_64 macOS build here: https://buildkite.com/organizations/julialang/pipelines/julia-master/builds/23999/jobs/018825e2-7226-49a1-9f7e-ecec229c537d/artifacts/018825ee-b753-4a32-ba27-b79c095e79dc |
Please reopen if still an issue. |
Seems this is fixed in Pardiso 0.5.5 and Julia 1.10 |
Since updating to Julia 1.9 I keep running into this error which didn't happen before, this is an MWE based on the examples
Which results in
The text was updated successfully, but these errors were encountered: