You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using a very similar solution quite successfully on RHEL for some CUDA programs. Instead of a daemon epolling the DSOs I'm creating a systemd .path unit like so:
And in the copy-and-patchelf-libcuda-and-libnvidia.service I copy and patchelf /usr/lib64/libcuda.so* /usr/lib64/libnvidia*. Sadly PathModifiedGlob doesn't exist (yet) so that approach only works if libcuda.so is changed.
Idea of @soupglasses
We would still modify the rpaths to point to
/var/lib
Pros:
Cons:
/run/opengl-driver
in sync.The text was updated successfully, but these errors were encountered: