soedinglab / MMseqs2

MMseqs2: ultra fast and sensitive search and clustering suite
https://mmseqs.com
MIT License
1.47k stars 200 forks source link

Problems compiling MMseqs2 #158

Closed genomewalker closed 5 years ago

genomewalker commented 5 years ago

Hi I am trying to compile the MPI version of MMseqs2 and I am getting the following error

Expected Behavior

Should compile without errors

Current Behavior

Fails with:

src/CMakeFiles/mmseqs-framework.dir/build.make:1598: recipe for target 'src/CMakeFiles/mmseqs-framework.dir/linclust/kmerindexdb.cpp.o' failed
make[2]: *** [src/CMakeFiles/mmseqs-framework.dir/linclust/kmerindexdb.cpp.o] Error 1
CMakeFiles/Makefile2:459: recipe for target 'src/CMakeFiles/mmseqs-framework.dir/all' failed
make[1]: *** [src/CMakeFiles/mmseqs-framework.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

Steps to Reproduce (for bugs)

cmake -DHAVE_MPI=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=. ..
make

MMseqs Output (for bugs)

Full error log here

Context

Providing context helps us come up with a solution and improve our documentation for the future.

Your Environment

Include as many relevant details about the environment you experienced the bug in.

milot-mirdita commented 5 years ago

Thanks for the bug report. MMseqs2 MPI should compile again in git master.

@martin-steinegger please review 7835260463bf8e4fc2b08096b55668e40a906033

genomewalker commented 5 years ago

Hi Milot Working perfectly now :-) Thank you very much Antonio

martin-steinegger commented 5 years ago

Looks good Milot. Thank you!