Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wget -c https://github.com/beagle-dev/beagle-lib/archive/v3.0.2.zip
module load intel/2019
CC=icc CXX=icpc FC=ifort F90=ifort ./configure --prefix=/apps/beagle302
make && make install


Dostupne verzije su:

VerzijaModul
1.8.4beast/1.8.4
1.10.2beast/1.10.2
1.10.4beast/1.10.4
2.5.1beast/2.5.1


Primjer korištenja:

Code Block
titlebeast-teran.sge
#!/bin/sh
#$ -N beast-teran
#$ -q a16.q
#$ -pe a16-mpisingle 8
#$ -cwd

# load program environment
module load beast/1.10.2

# run the program
beast -threads $NSLOTS $1

...