An scary error! *** Process received signal *** #84
Replies: 3 comments
-
|
That is a scary error, and not because of the length of the error message. A segmentation fault broadly means the program you run tries to write to a memory location that is not valid for the program. These are often highly specific, difficult to reproduce problems, arising from race conditions or other rare issues. You can follow up on the function names in the error message to get some hint where it happens in the code. Sometimes changing the decomposition or running the same setup on a different machine can help. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @gzavo |
Beta Was this translation helpful? Give feedback.
-
|
It crashes again. @gzavo I see in the HemoCell guide it is mentioned that: Note These are minimal requirements, avoid OpenMPI 2.0.X as in our experience it introduces memory leaks. I am using OpenMPI 4.0.2. Is this problematic? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am running some simulations on a geometry other than the simple pipe model. While my simulations seem to be fine on smaller scales, the one with a larger scale crashes in the middle of the run with this scary error that I don't know anything about:
Any help/hints are much appreciated. I don't have any idea how to proceed.
Mojtaba
Beta Was this translation helpful? Give feedback.
All reactions