-
Notifications
You must be signed in to change notification settings - Fork 67
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
run error #158
Comments
The default size (256MB) to use GPU memory exceeded. You can increase it to something a lot larger by setting the environment variable: This paper describes the user-tunable parameters, esp. for GPU: |
This worked for me. superlu_dist/SRC/double/dSchCompUdt-gpu.c Line 219 in eac44cf
The line in the code here should be fixed as below: assert(nbrow*(st_col+num_col_stream) <= buffer_size); |
I don't think this is important. But I pushed a change in master branch. It will be in the next release. |
When i run audikw_1.mtx on superlu_dist with 32 rank, i get an assert : pdgstrf: Assertion `nbrow*(st_col+num_col_stream) < buffer_size' failed. what is this mean ang how can i fix it
The text was updated successfully, but these errors were encountered: