Versions Compared

Key

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

...

Code Block
languagebash
titleInstalacija treemix
wget https://bitbucket.org/nygcresearch/treemix/downloads/treemix-1.13.tar.gz


module load intel/2020

CC=icc CXX=icpc

./configure --with-boost=/apps/boost/1.70/avx2/

make && make install

...