Mothur in MPI

Hello,

Could you please suggest me in getting for MothurMPI? Where can I get it?

Thank you very much

It’s available at the downloads page of the mothur wiki page

Thank you very much. I tried to install the source code of version 1.25.0 and follow the step of editing the makefile. I edited in step of 64bit and MPI mode for linux. After that I complied it using make, the error showed like this below :

gfortran -c -m64 *.f
In file ddot.f:51

IF (INCX .EQ. INCY) IF (INCX-1) 5,20,60
1
Warning: Obsolete: arithmetic IF statement at (1)
mpic++ -O3 -mtune=native -march=native -m64 -DBIT_VERSION -DRELEASE_DATE="“5/1/2012"” -DVERSION="“1.25.0"” -DUSE_READLINE -DUSE_MPI -I. -c -o ace.o ace.cpp
ace.cpp:1: error: bad value (native) for -march= switch
ace.cpp:1: error: bad value (native) for -mtune= switch
make: *** [ace.o] Error 1

Could you please suggest me for fixing this problem?
Thank you very much.

Can you try changing the makefile line to:

#if you are a linux user use the following line
CXXFLAGS += -m64

Thank you very much. Now, It is done. :slight_smile: