SegFault using LinearNodalConstraint with Distributed Mesh #29005
-
|
Hi MOOSE team, Using an opt executable and running a debugger for each MPI process, the backtrace looks like this, Also I am running b9eefd8, so aaedfb9 is included. Any help is much appreciated:) The problem converges fine without Edit: After a bit of digging it seems the problem is the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 26 replies
-
|
hello Can you try this instead:
use-split follows a different code path that does not do a good job at keeping track of neighbors iirc Guillaume |
Beta Was this translation helpful? Give feedback.
-
|
Hi @GiudGiud a quick update, i came back to this issue, tried to work on it (with Claude help) still failed posted issue here: #31735 |
Beta Was this translation helpful? Give feedback.







hello
Can you try this instead:
use-split follows a different code path that does not do a good job at keeping track of neighbors iirc
Guillaume