Friday, March 5, 2010

Solving error while loading shared libraries: libmpi_f77.so.0

If you encontered this error "error while loading shared libraries: libmpi_f77.so.0: cannot open shared object file: No such file or directory".

This is due to missing /usr/local/lib files which are not accessible by the compute nodes. After you have made the libraries available, you may have to add /usr/local/lib to your LD_LIBRARY_PATH environment


You should be able to eliminate the error.

No comments: