Skip to content

Reply To: Problem when run with P100 in cluster

#9439
Adrian
Keymaster

You can fix it by adding the path where CUDA shared libraries are located in the linker search paths. This is all the error message tells you: It can not find the CUDA library to link to (likely it also doesn’t find cudadevrt and cudart but exits beforehand).

If the CUDA module on your cluster doesn’t do this (assuming you loaded it and did not manually extract the paths) you can expand the linker paths by extending e.g. LD_LIBRARY_PATH.