I'm trying to enable OpenMPI on Ubuntu using migrate-n. I have installed OpenMPI.
I tried to run the following code:
tar xvfz migrate-3.7.2.src.tar.gz
cd migrate-3.7.2/src
./configure
make
make mpis
make install
But when I run "make mpis", I got the following error:
/home/zly/biosoft/miniconda/bin/../lib/gcc/x86_64-conda-linux-gnu/13.2.0/../../../../x86_64-conda-linux-gnu/bin/ld: cannot find -lmpi_cxx: No such file or directory
/home/zly/biosoft/miniconda/bin/../lib/gcc/x86_64-conda-linux-gnu/13.2.0/../../../../x86_64-conda-linux-gnu/bin/ld: cannot find -lmpi: No such file or directory
/home/zly/biosoft/miniconda/bin/../lib/gcc/x86_64-conda-linux-gnu/13.2.0/../../../../x86_64-conda-linux-gnu/bin/ld: cannot find -lopen-rte: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:468: migrate-n-mpi] Error 1
make: *** [Makefile:244: mpis] Error 2
I don't know about Linux system. Can anyone help me solve this problem? Thanks
Thank you very much. I will try to install it again according to your suggestion.