Installing ABYSS-P from source
1
0
Entering edit mode
7.2 years ago
Ron ★ 1.2k

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

RNA-Seq next-gen Abyss • 2.2k views
ADD COMMENT
0
Entering edit mode
7.2 years ago

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)

ADD COMMENT
0
Entering edit mode

I am using linux,also I cant find the link to the package.Can you send it here?

ADD REPLY
0
Entering edit mode

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
ADD REPLY

Login before adding your answer.

Traffic: 3199 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6