EESSI CUDA hook prevents loading even local (non-EESSI) CUDA module #523
Labels
2023.06-software.eessi.io
2023.06 version of software.eessi.io
accel:nvidia
bug
Something isn't working
There is no reason to prevent this load, since this is a local module. Especially if we want to support building on top of EESSI, this should just work.
It's (probably) quite easy to fix: we should make the
if
condition here more specific and make sure it also checks if it is an EESSI CUDA module. A check whether it is somewhere in the/cvmfs/$EESSI_CVMFS_REPO/
prefix is probably enough.The text was updated successfully, but these errors were encountered: