Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › error while loading shared libraries: libmpi_cxx.so.1
- This topic has 0 replies, 1 voice, and was last updated 10 years, 10 months ago by Anonymous.
-
AuthorPosts
-
-
February 28, 2014 at 1:35 pm #1842Anonymous
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/gpfs/h/build/eb131021/software/OpenMPI/1.4.5-GCC-4.6.3/bin/mpirun -np 12 /gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease @comparative_modeling_flags.txt
And this is the output:
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directory
/gpfs/h/lspro220u2/Opt/Rosetta3.4/rosetta_source/bin/minirosetta.mpi.linuxgccrelease: error while loading shared libraries: libmpi_cxx.so.1: cannot open shared object file: No such file or directoryI created this symlink:
/gpfs/h/build/eb131021/software/OpenMPI/1.4.5-GCC-4.6.3/lib/libmpi_cxx.so.1 -> /gpfs/h/build/eb131021/software/OpenMPI/1.4.5-GCC-4.6.3/lib/libmpi_cxx.so.0.0.1
but I still get the same error although the path to libmpi_cxx.so.1 is within LD_LIBRARY_PATH. Has anyone encountered something like that before?
-
-
AuthorPosts
- You must be logged in to reply to this topic.