Simon Rit
Simon Rit
Can you share your simulation to help you debugging this?
cc @hjmjohnson
I think I start to understand the issue. Before 5b09d546666f6110250aa7edbb59d4469791b944, the default `CMAKE_INSTALL_LIBDIR` was overwritten with `lib`, see [here](https://github.com/InsightSoftwareConsortium/ITK/commit/5b09d546666f6110250aa7edbb59d4469791b944#diff-9eea1c610de542e3b53e1e6b57b4542f58ccafbe9c5ae4443657a67307f63332L115). This is no longer the case after the commit. To make...
The problem has been solved in RTK since SimonRit/RTK#510 has been merged. However, I have the feeling that there is a general issue for other modules. For example, if I...
Yes, it fixes the problem for me. Thanks!
Excellent, thanks! Sorry I did not make the connection...
The same code works for me. Can you provide your geometry and mhd headers? Or maybe, can you test in a new virtual environment if you have the same problem...
Yes. Maybe something is wrong with your compilation or installation? For example, I would check with `pip list` that itk has not also been installed with pip as a dependency....
I guess you need to build with `CMAKE_BUILD_TYPE` equal to `RelWithDebInfo` to generate a core file and investigate where the crash occurs...
Have you managed to progress on this issue?