-
Notifications
You must be signed in to change notification settings - Fork 91
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 in TableFunction on GPU #1394
Comments
This stack trace is actually just the aftermath of geosx trying to quit, the error first happens earlier in the From cuda-gdb:
Basically, the All in all, it looks as if the |
The root of the problem is the same issue @corbett5 had to work around for nested arrays. Whenever |
@francoishamon when you get errors like this in the future try grabbing an allocation with |
Ok I see. Thanks a lot for fixing the problem @klevzoff ! |
Describe the bug
On GPU platforms other than Lassen, the integrated tests that use constitutive models based on
TableFunction
(dead-oil, relperms) fail at initialization with the following error:so I must have made a mistake somewhere, but did not notice it on Lassen (everything works there).
To Reproduce
Steps to reproduce the behavior:
TableFunction
I did not manage to reproduce the crash on Lassen.
Expected behavior
Should work fine on every platform.
Platform (please complete the following information):
develop
The text was updated successfully, but these errors were encountered: