Skip to content
Snippets Groups Projects
Select Git revision
  • c34560cb1e5b57e3e1b7a8e61c3de32d6098840d
  • master default protected
  • master-eval
  • aggr
  • Lucas_optimizer
  • massive
  • multi
7 results

fastcodeml

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    mvalle authored
    Added better support for XMT
    
    
    git-svn-id: https://svn.vital-it.ch/svn/hp2c/trunk/Codeml_Variants/Fastcodeml@5019 95c5a404-1f88-0410-a6b0-c3f062b6f34a
    c34560cb
    History
    How to compile without CMake:
    g++ *.cpp ./libblas.a ./liblapack.a ./libblas.a ./liblapack.a ./libnlopt.a -DUSE_LAPACK -D_USE_OPTIMIZER -lgfortran -lm -o codeml
    Notice this does NOT optimize the code!!!