error while loading shared libraries: libmpi_cxx.so.1
Greetings,
I encounter a strange error when I try to run minirosetta on a cluster. Although compilation appears to finish successfully, minirosetta does not find a library that exists. This is how I run it:
module purge
module load OpenMPI/1.4.5-GCC-4.6.3
export PATH=/gpfs/h/lspro220u2/Opt:/gpfs/h/build/eb131021/software/OpenMPI/1.4.5-GCC-4.6.3/bin:$PATH
export LD_LIBRARY_PATH=/gpfs/h/build/eb131021/software/OpenMPI/1.4.5-GCC-4.6.3/lib:$LD_LIBRARY_PATH
export INCLUDE=/gpfs/h/build/eb131021/software/OpenMPI/1.4.5-GCC-4.6.3/include