-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
curand and cusparse errors while compiling the LinearSolver tutorials using the CMake with CUDA and HYPRE #2899
Comments
@etpalmer63 Here is the way to reproduce the above error.
|
@ruohai0925 , thanks for putting this up. Do you also build HYPRE the same way you did in #2898? |
@etpalmer63 Yes, exactly the same way. |
As @WeiqunZhang suggested in the slack channel, here is one way to bypass this error.
|
@ruohai0925 , I looked into this and I have more questions than answers. When I follow your steps, I can't get past the AMReX build step. To help me out, can you tell me:
Thanks! |
Thanks! |
@ruohai0925 , RE:3 Yes! That was the file preventing me from compiling. Thanks! 💪 |
We are trying to compile the LinearSolver tutorials using the CMake with CUDA and HYPRE enabled under the Linux system. During the link time, we get the curand and cusparse errors.
For example,
If we use the GNUMake to compile the tutorials with CUDA and HYPRE, everything is fine.
If we use CMake to compile the tutorials only with CUDA, it is also fine. The bug appears when we compile the tutorials using the CMake with CUDA and HYPRE.
The text was updated successfully, but these errors were encountered: