-
Notifications
You must be signed in to change notification settings - Fork 10
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
Issue with uw_options if petsc4py/petsc imported before #210
Comments
This one is for @julesghub - we have this problem of conda / mpi needing imports in one order and the petsc command line tools needing another. |
Interesting. I think the uw version of the petsc options DB is likely out of sync with petsc's. That's my hunch. |
It is just a subset of the petsc one. The examples would be the ones that Ben showed in the meeting on Monday - initialising the benchmark models. |
Here's a basic example that fails, if you comment out the first line it'll run fine.
The error is:
|
Describe the bug
unable to use/read uw options if
from petsc4py import PETSc
is imported firstWhat version of underworld3 are you running and how to reproduce the bug.
Current dev branch
The text was updated successfully, but these errors were encountered: