-
Notifications
You must be signed in to change notification settings - Fork 4
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
find_libcudadevrt doesn't work on our cluster installation #12
Comments
That said, I'm not really opposed to adding some additional code here: https://github.com/JuliaGPU/CUDA.jl/blob/631e278b56a6355492b4722382c1bec1b323e8af/deps/discovery.jl#L544-L547 (maybe add a comment about the missing link though). |
I do think the issue is with how (this cluster's) particular Cuda installation is setup.
Not sure the best way to resolve this particular setup (maybe just selectively re-direct CUDA_HOME on GPU nodes?) or if we could add another |
An alternative thought is to remove the local CUDA detection altogether, fully bet on artifacts, and have cluster users provide an |
Describe the bug
On our cluster the CUDA installation (both 10.2 and 11.2) places
libcudadevrt.a
undertargets/x86_64-linux/lib/libcudadevrt.a
.find_libcudadevrt
doesn't search this directory.Manually editing
deps/discovery.jl
lets this work and all other libraries are found correctly.Can we either add that directory to the search path, or add an environment variable that lets us specify the path manually?
cc: @jakebolewski
The text was updated successfully, but these errors were encountered: