We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When Firedrake is build against a PETSc with 64-bit int indices a significant number of tests fail. Some are also crashing! See this CI run for reference: https://github.com/firedrakeproject/firedrake/actions/runs/9905202548/job/27364244849?pr=3683
Steps to Reproduce Steps to reproduce the behavior:
firedrake-install --petsc-int-type=int64
pytest $VIRTUAL_ENV/src/firedrake/tests
Expected behavior All tests should pass. Known int64 limitations should be marked and skipped, no tests should crash!
Error message See this CI run https://github.com/firedrakeproject/firedrake/actions/runs/9905202548/job/27364244849?pr=3683
Environment:
Additional Info N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When Firedrake is build against a PETSc with 64-bit int indices a significant number of tests fail. Some are also crashing! See this CI run for reference:
https://github.com/firedrakeproject/firedrake/actions/runs/9905202548/job/27364244849?pr=3683
Steps to Reproduce
Steps to reproduce the behavior:
firedrake-install --petsc-int-type=int64
pytest $VIRTUAL_ENV/src/firedrake/tests
Expected behavior
All tests should pass. Known int64 limitations should be marked and skipped, no tests should crash!
Error message
See this CI run
https://github.com/firedrakeproject/firedrake/actions/runs/9905202548/job/27364244849?pr=3683
Environment:
Additional Info
N/A
The text was updated successfully, but these errors were encountered: