I'm having a bit of a trouble running a job on a nVidia cluster. My code is divided into a shared library containing the cuda code and a .cpp file which calls functions from that lib.
The thing is that when I submit the job (llsubmit) I get an error message telling me that ".. cannot open shared object file: No such file or directory"
I've tried adding the path where my .so file is located using the LD_LIBRARY_PATH variable but it still doesn't work.
Could I specify this by adding an entry in my .cmd file?