This is an old revision of the document!
RAxML (Randomized Axelerated Maximum Likelihood) is a program for sequential and parallel Maximum Likelihood based inference of large phylogenetic trees.
module avail RAxML
module load RAxML/8.2.0
wget https://github.com/stamatak/standard-RAxML/archive/v8.2.0.tar.gz tar -xvf v8.2.0.tar.gz cd standard-RAxML-8.2.0/ make -f Makefile.AVX.gcc rm *.o make -f Makefile.AVX.PTHREADS.gcc rm *.o module load openmpi/1.8.2 make -f Makefile.MPI.gcc rm *.o sudo mkdir -p /export/apps/RAxML/8.2.0/bin sudo cp -v raxmlHPC* /export/apps/RAxML/8.2.0/bin/