amkozlov / raxml-ng

RAxML Next Generation: faster, easier-to-use and more flexible
GNU Affero General Public License v3.0
376 stars 62 forks source link

-DUSE_MPI=ON missing in install.sh included in raxml-ng_v0.9.0_linux_x86_64_MPI.zip #92

Closed tardigradus closed 4 years ago

tardigradus commented 4 years ago

In the release

raxml-ng_v0.9.0_linux_x86_64_MPI.zip

the file

install.sh

contains the line

cmake ..

Shouldn't this be

cmake -DUSE_MPI=ON ..

?

amkozlov commented 4 years ago

There is no need for this, since MPI release uses a modified CMakeList.txt file, which has USE_MPI enabled by default.