Skip to content
New issue

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

debug electrode multithreading crash in MFEM solver #21

Closed
mdovgialo opened this issue Jun 11, 2024 · 1 comment
Closed

debug electrode multithreading crash in MFEM solver #21

mdovgialo opened this issue Jun 11, 2024 · 1 comment
Assignees

Comments

@mdovgialo
Copy link

mdovgialo commented Jun 11, 2024

MFEM_piecewise solver crashes when using in multithreaded mode (one solver per electrode).

@mdovgialo mdovgialo self-assigned this Jun 11, 2024
@mdovgialo
Copy link
Author

mdovgialo commented Nov 8, 2024

When you create a gridfunciton on some fespace inside a function, the fespace can be garbage collected. Then some of the gridfunction functionality, which relies on fespace object will segfault.

Issue fixed in my code.

TODO: create a minimal example and send it to pymfem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant