(Optional) Installing MPI
Procedure
- Run the following command to go to the directory generated after the decompression:
cd mafft-7.471-without-extensions/MPI
- Run the following commands to configure related files:
perl -p -i -e 's#PREFIX =.*#PREFIX = /path/to/MAFFT #' Makefile sed -i 's/-O3/-O3 -march=armv8.2-a -mtune=tsv110 -flto/g' Makefile
- Run the following commands to compile and install the MAFFT extensions:
make clean make make install
Parent topic: Compiling and Installing MAFFT