This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
raxml-software [2018/09/16 07:02] aorth |
raxml-software [2018/09/16 07:45] (current) aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest Version: 8.2.0 | + | * Latest Version: 8.2.12 |
| * Added: June, 2011 | * Added: June, 2011 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| === Usage === | === Usage === | ||
| - | * Show all available versions of RAxML< | + | |
| - | | + | Show all available versions of RAxML: |
| + | |||
| + | < | ||
| + | |||
| + | Load one version into your environment and run it: | ||
| + | |||
| + | < | ||
| + | $ raxmlHPC-PTHREADS-AVX</ | ||
| + | |||
| + | 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 | + | $ sudo mkdir -p / |
| - | sudo mkdir -p / | + | $ sudo cp raxmlHPC-* / |
| - | sudo cp -v raxmlHPC* / | + | |
| - | </ | + | |