I am trying to run my program using a torque scheduler using mpi run. Although in my pbs file I load the whole library
export LD_LIBRARY_PATH=/path/to/library
but it gives an error, i.e.
error while loading shared libraries: libarmadillo.so.3:
cannot open shared object file: No such file or directory.
I assume that the error lies in the variable LD_LIBRARY_PATH, not set in all nodes. How can I make it work?
source
share