-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrade MadNLPHSL.jl #376
base: master
Are you sure you want to change the base?
Upgrade MadNLPHSL.jl #376
Conversation
This is great! @amontoison, does only ma27 support quad precision? I guess it might be tricky once they rely on BLAS |
Quadruple precision will only be supported in For supporting quadruple precision in other HSL linear solvers, we have a few challenges. Next, I need to add these symbols to LBT, as some of them are missing: Finally, we need a BLAS/LAPACK library compiled in quadruple precision with the relevant symbols. @nimgould plans to port the subset of routines needed in quadruple precision: We might be able to include this in |
93dcf5f
to
3ea7e2b
Compare
Looks good @amontoison! Now I think it is a good time to get rid of |
MA27 can also be used with quadruple precision with the PR. I tested with the future version of The function |
@frapac Can I merge this PR? |
Require the new release of
HSL_jll.jl
and this PR ofHSL.jl
:JuliaSmoothOptimizers/HSL.jl#215
@frapac You will be able to easily try it.