Solver failed with "PC failed due to FACTOR_OUTMEMORY" (MUMPS) #2391
Unanswered
lrtfm
asked this question in
Firedrake support
Replies: 2 comments 13 replies
-
From the MUMPS manual: "If an error –9 |
Beta Was this translation helpful? Give feedback.
3 replies
-
After lots of trial and error, I found the main reason: I used a Function with type Using a Function with a data type different from PetscScalar should be forbidden in variational form? An example
Its outputs
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed firedrake with the latest version and got the following error. The code works well on the old version of the firedrake.
Error information
ksp_view output
The
ksp_view
output is:Information on the versions of Firedrake and PETSc
Latest version of firedrake
My code works well on old version firedrake:
with petsc:
new version firedrake and PETSc
Firedrake:
PETSc:
A minimal failing example
In this example, the pressure of the NS equation is parted into two: one for water and the other one for bubble. I copy the code from
https://www.firedrakeproject.org/demos/linear_fluid_structure_interaction.py.html
to apply the boundary conditions for the two pressures.ns_mumps_failed.zip
Beta Was this translation helpful? Give feedback.
All reactions