-
Notifications
You must be signed in to change notification settings - Fork 900
Find libcuda.so automatically if --with-cuda-lib is not passed. #12382
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
Conversation
Finding CUDA libraries without having to specify both --with-cuda and --with-cuda-lib was requested in github issue open-mpi#12264 Signed-off-by: Nick Sarkauskas <[email protected]> (cherry picked from commit cad3d9a)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update the docs.
Apologies for not catching this and posting on the original master PR. |
I have opened a PR to the main branch here: #12385 |
…y find libcuda.so Also, redirect the find output to /dev/null to avoid unnecessary output Signed-off-by: Nick Sarkauskas <[email protected]> (cherry picked from commit d57ab5b)
@jsquyres done - it has the doc change and the does NOT redirect to a hardcoded path if the user directory does not exist. |
Finding CUDA libraries without having to specify both --with-cuda and --with-cuda-lib was requested in github issue
#12264
Signed-off-by: Nick Sarkauskas [email protected]
(cherry picked from commit cad3d9a)