-
Notifications
You must be signed in to change notification settings - Fork 10
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
Crash during sparsity pattern creation #321
Comments
Just looking at the first few lines of the gdb output it looks like |
Thanks, Ben! It doesn't seem this problem runs out of memory since the high watermarks for the level5 version of it (coarser by a factor of 2 in each direction) look good:
i.e., we have 64 GB available on the GPU and use only about 18 GB. But, anyway, it would probably be good to double-check that... I guess recompiling in full |
Yeah after a tad more thought I doubt it's an OOM error since in those cases we usually see the error from Umpire directly. But certainly if it's not terribly slow running in full debug mode will hopefully tell us more. |
I think Debug mode will be horrendously slow for this case. Perhaps some more targeted debuting via |
This issue arises for compositionalMultiphaseFlow at large scale, e.g., level6 problem
Error message on Frontier:
Inspecting the
core
file withgdb
:The text was updated successfully, but these errors were encountered: