I am using a HPC system in which the folder /usr/ is not NFS. Therefore, the libraries installed in the master node do not seem available in the computation nodes, that is, if I ssh to a computer node and do ls /usr/lib/, the libraries installed in the master node do not show up. Is that normal?
If that is the expected behavior, how can I execute certain programs requiring these libraries in the computation nodes? Adding /usr/lib to LD_LIBRARY_PATH does not work because the libraries are not there (and apparently anywhere) in the nodes. Should I install all the libraries in all the computation nodes or is there a more efficient way to proceed?
My apologies if the question is too naive, I am a newbie in this topic and I have failed to find a clear answer in the web.