-
Hello, all! I am attempting to compile ipopt 3.14.17 on either rockylinux9 or RHEL9. While the compilation seems like it is successful (no errors, minor warnings, nothing alarming), when I attempt to actually run ipopt on an nl file, I inevitably get segfaults. The process I am following is:
Small test file (
Return of command
Has anyone had success manually compiling and using IPOPT on a RHEL9 or rockylinux9? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
svigerske
Nov 27, 2024
Replies: 1 comment 11 replies
-
Maybe it is an incompatible version (e.g., 64bit integers) of Lapack/Blas? What did it use there? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The blas and lapack library symlinks in RockyLinux 9 are broken: https://bugs.rockylinux.org/view.php?id=7855
This should work around it:
I also needed to add
to run your Dockerfile.