-
Notifications
You must be signed in to change notification settings - Fork 937
accelerator/cuda: fix bug in makefile.am #12067
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
accelerator/cuda: fix bug in makefile.am #12067
Conversation
that prevents correct linkage of libcuda.so if it is in a non standard location. Related to spack/spack#40913 Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit be28fa6)
|
The current set of changes in this PR may not be enough. |
|
@dalcinl is right, same error in the smcuda btl makefile.am. does this conda-forge build using i'll open a PR on main first with this fix. |
|
@hppritcha conda-forge is using |
|
@hppritcha let's wait to merge this until we get cherry-pick of this #12083 as well |
when libcuda.so is in a non-standard location. also fix rcache/gpusm and rcache/rgpsum Similar fix to that in open-mpi#12065 Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit 2767278)
|
@janjust pushed the additional commit to this PR. So 5.0.x will get two for the price of one! |
that prevents correct linkage of libcuda.so if it is in a non standard location.
Related to spack/spack#40913
Signed-off-by: Howard Pritchard [email protected]
(cherry picked from commit be28fa6)