Versions Compared

Key

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

Instalacija biblioteke Beagle bibliotekes kompajlerom Intel 2019:

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.10beast/1.10.2

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


Code Block
titlePodnošenje posla
qsub beast-teran.sge input_datoteka


Pripremljeni modulefile u varijablu okruženja LD_LIBRARY_PATH dodaje Beagle biblioteku koju će onda aplikacija Beast koristiti u izvršavanju.