Skip to content
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

Solver crashes instead of reverting to MUMPS #44

Closed
jamesmurdza opened this issue Mar 31, 2022 · 2 comments
Closed

Solver crashes instead of reverting to MUMPS #44

jamesmurdza opened this issue Mar 31, 2022 · 2 comments

Comments

@jamesmurdza
Copy link
Contributor

I can’t tell if this is an existing issue or one I have introduced in my recent changes. I’m sure that installing the appropriate libraries would fix the issue, however it should not be crashing.

Works:

dice = solve(BasePrice, version, linear_solver = mumps);

Fails:

base = solve(BasePrice, version)

Exception of type: DYNAMIC_LIBRARY_FAILURE in file "Common/IpLibraryLoader.cpp" at line 67:
 Exception message: libhsl.so: cannot open shared object file: No such file or directory

EXIT: Library loading failure.
Exception of type: DYNAMIC_LIBRARY_FAILURE in file "Common/IpLibraryLoader.cpp" at line 67:
 Exception message: libhsl.so: cannot open shared object file: No such file or directory

EXIT: Library loading failure.
@Libbum
Copy link
Owner

Libbum commented Mar 31, 2022

Thanks for the changes! Yep, I'll take a look and see, but the expectation is that not finding hsl would fallback to mumps by default. This shouldn't happen.

@Libbum
Copy link
Owner

Libbum commented Apr 4, 2022

Fixed in #45

@Libbum Libbum closed this as completed Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants