raxml-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| raxml-software [2015/07/27 07:18] – joguya | raxml-software [2025/05/14 12:03] (current) – aorth | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| RAxML (Randomized Axelerated Maximum Likelihood) is a program for sequential and parallel Maximum Likelihood based inference of large phylogenetic trees. | RAxML (Randomized Axelerated Maximum Likelihood) is a program for sequential and parallel Maximum Likelihood based inference of large phylogenetic trees. | ||
| - | | + | ===== Information ===== |
| + | |||
| + | | ||
| * Added: June, 2011 | * Added: June, 2011 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| === Usage === | === Usage === | ||
| - | * Show all available versions | + | |
| - | | + | Show all available versions: |
| + | |||
| + | < | ||
| + | |||
| + | Load one version into your environment and run it: | ||
| + | |||
| + | < | ||
| + | $ raxmlHPC-PTHREADS-AVX2</ | ||
| + | |||
| + | Note: you should set the number of concurrent CPU threads using the '' | ||
| + | |||
| + | < | ||
| === Installation === | === Installation === | ||
| - | *Notes from the sysadmin during installation:< | + | Notes from the sysadmin during installation: |
| - | wget https:// | + | |
| - | tar -xvf v8.2.0.tar.gz | + | < |
| - | cd standard-RAxML-8.2.0/ | + | $ wget https:// |
| - | make -f Makefile.AVX.gcc | + | $ tar xf v8.2.12.tar.gz |
| - | rm *.o | + | $ cd standard-RAxML-8.2.12 |
| - | make -f Makefile.AVX.PTHREADS.gcc | + | $ make -f Makefile.SSE3.gcc |
| - | rm *.o | + | $ make -f Makefile.SSE3.PTHREADS.gcc |
| - | module load openmpi/1.8.2 | + | $ make -f Makefile.AVX.gcc |
| - | make -f Makefile.MPI.gcc | + | $ make -f Makefile.AVX.PTHREADS.gcc |
| - | rm *.o | + | $ make -f Makefile.AVX2.gcc |
| - | sudo mkdir -p / | + | $ make -f Makefile.AVX2.PTHREADS.gcc |
| - | sudo cp -v raxmlHPC* / | + | $ sudo mkdir -p / |
| - | </ | + | $ sudo cp raxmlHPC-* / |
raxml-software.1437981510.txt.gz · Last modified: by joguya
