-
Notifications
You must be signed in to change notification settings - Fork 27
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
-lcudart_static and -lcublas not found using meson build system #219
Comments
@amontoison shouldn't meson be picking up CUBLAS here? |
@jfowkes the compilation must be done with the
|
Dear @amontoison, I've tried what you suggested, but it still doesn't work. Here are the outputs of the commands I used.
|
It seems to be an issue with the new version of the @jfowkes Can you fix the error in |
@amontoison unfortunately this is an internal compiler error:
and as such a bug introduced by NVIDIA. |
@jfowkes |
@amontoison very well spotted! I will fix that now (it should work nonetheless). |
@aleramos119 could you try again on the latest version from the master branch? If that fixes it I'll do a new release. |
I'm sorry for the late response @jfowkes. I tried the latest version of the master branch, but the error persists.
|
Thank you @aleramos119, so unfortunately this is an Nvidia internal compiler bug:
Nothing we can do until Nvidia fix it I'm afraid (may be worth reporting to them). |
Hello,
I've been trying to compile spral for a while now to use it later with Ipopt. First , when compiling with autotools and running make check, the test corresponding to ssids_test fails with a segmentation fault. Now I'm trying to compile it using the meson build system also without luck. I will appreciate if you could help me with that.
These are the outputs corresponding to the commands in the README file:
meson setup builddir -Dexamples=true -Dtests=true -Dlibblas=openblas -Dliblapack=openblas -Dlibmetis=coinmetis
meson compile -C builddir
However, the cuda library path is included in LD_LIBRARY_PATH
echo $LD_LIBRARY_PATH
ls /usr/local/cuda-12.5/lib64
The text was updated successfully, but these errors were encountered: