-
Notifications
You must be signed in to change notification settings - Fork 9
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 Ipopt & CoinHSL #137
base: develop
Are you sure you want to change the base?
Conversation
5975de1
to
578fba0
Compare
@jaelynlitz are you able to take a look at why coinhsl, ipopt and suite-sparse are failing to build? I am happy to take this off your plate if you're unable to get to it |
require: '@3.12.10~metis+coinhsl~mumps' | ||
require: '~metis+coinhsl~mumps' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you need to build coinhsl with Metis support. Otherwise the linear solver and by extension Ipopt will have diminished performance.
@@ -24,9 +24,9 @@ spack: | |||
magma: | |||
require: '@2.6.2' | |||
coinhsl: | |||
require: '@2019.05.21' | |||
require: '@2023.11.17' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
require: '@2023.11.17' | |
require: '@2023.11.17+metis' |
@pelesh per your suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or is it sufficient just to build Ipopt with metis... Or do we need both? Should the spack package force coinhsl+metis
if ipopt+metis
for these later versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ipopt does not depend on Metis, only HSL does. I am not sure what ipopt+metis
is supposed to do tbh.
Forcing coinhsl+metis
is the right thing to do imho.
Merge request type
Relates to
This MR updates
Summary