We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tests are failing for me in the sparse tests. I'm getting the following error:
/home/tshort/julia-f4c6c9d4bb/bin/julia: symbol lookup error: /opt/cuda/lib64/libcusolver.so: undefined symbol: omp_get_max_threads
I've gotten the same result with Julia 0.5.2 and 0.6.0. The dense tests complete fine. The tests for CUDAdrv also pass.
I'm running on Arch Linux. Something's probably borked with my CUDA installation, but I thought I'd check to see if anyone has run into this.
The text was updated successfully, but these errors were encountered:
I tried running this under Docker with a Ubuntu base, and I got the same test error.
Sorry, something went wrong.
I also get this error in a v1.1 and v1.0
No branches or pull requests
The tests are failing for me in the sparse tests. I'm getting the following error:
I've gotten the same result with Julia 0.5.2 and 0.6.0. The dense tests complete fine. The tests for CUDAdrv also pass.
I'm running on Arch Linux. Something's probably borked with my CUDA installation, but I thought I'd check to see if anyone has run into this.
The text was updated successfully, but these errors were encountered: