Hi, sorry if this is not the right place to ask such questions, or if it’s a newbie question, but I have some problem that I don’t understand.
After compiling my code and running it in the debug-cpu partition with a simple test run, I get the following error:
/home/users/v/vagne/ias/exec/bin/./iasTissueSimulation: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory
The strange thing is that I tried to run the same file directly on the login node without slurm (I know that it’s forbidden in general, but this one is just basically a “hello world” code) and then there was no error. Is there something that could explain somehow that the compute nodes can’t access a shared library but the login node can?
I checked that libOpenGL.so.0 is indeed present and is located in /usr/lib64/libOpenGL.so.0
Let me know if I’m doing something wrong.
Thanks,
Quentin Vagne