sylabs / singularity-admindocs

Admin documentation for SingularityCE

Home Page:https://sylabs.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document non-standard ldconfig configuration requirements (3.9)

dtrudg opened this issue · comments

When calling ldconfig to find GPU libraries, singularity will not fall back to /sbin/ldconfig if the ldconfig on $PATH errors. If installing in a Guix/Nix on environment on top of a standard host distribution you must set ldconfig path = /sbin/ldconfig to use the host distribution ldconfig to find GPU libraries.