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

Linux (at least) builds fail on tests where you don't actually solve anything #21

Open
reverendbedford opened this issue Feb 2, 2024 · 0 comments · May be fixed by #22
Open

Linux (at least) builds fail on tests where you don't actually solve anything #21

reverendbedford opened this issue Feb 2, 2024 · 0 comments · May be fixed by #22

Comments

@reverendbedford
Copy link
Collaborator

I get either nice errors or segfaults from pardiso on Linux when running tests where all the DOFs are constrained. An example is example_problem_threads/test_17. The failures occur when you call pardiso over an "empty" system of equations, as there is nothing to solve for in this example.

An easy fix is to guard against this condition and just return from the solve manager if the system is empty.

@reverendbedford reverendbedford linked a pull request Feb 2, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant