I am using linux,also I cant find the link to the package.Can you send it here?
Installing ABYSS-P from source
Hi all,
I am installing ABYSS,installation works fine. but ABYSS-P is not installed. I have installed open-mpi as well . Is it because of MPI_Init ?
Commands to install:
./configure --prefix=/dir --with-mpi=/dir --without-sparsehash
make
make install
checking mpi.h usability... yes checking mpi.h presence... yes checking for mpi.h... yes checking for MPI_Init in -lmpi... no
any suggestions ?
Thanks,
Ron
• 2,689 views
•
link
1 answer
Are you using Ubuntu?
I assume you installed openmpi, but not the package openmpi-devel which provides the libmpi.so file the installation is looking for (use find or locate after installation to find it)
• 0 views
•
link
• 0 views
•
link
Which Linux distribution are you using?
With Ubuntu it should be:
sudo apt-get install libopenmpi-dev
With Fedora it should be:
sudo dnf install openmpi-devel
• 0 views
•
link
Log in to answer this question.