diff options
author | Pjotr Prins | 2017-12-19 07:57:55 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-12-19 07:57:55 +0000 |
commit | fe883b9730925c75ac2bd09e7060c042929a942e (patch) | |
tree | 727ae4246f2044007470958e4b0939707fe63ce9 /INSTALL.md | |
parent | 8b0985fb484c0691deb8fe0091b9edf2b5ab973e (diff) | |
download | pangemma-fe883b9730925c75ac2bd09e7060c042929a942e.tar.gz |
Use OpenBlas cblas interface by default
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -114,6 +114,10 @@ workstation it easily doubles speed). When you check the output .log file of GEMMA after a run, it will tell you how the linked-in OpenBlas was compiled. +It is worth checking that you use OpenBlas's lapack and cblas +interfaces instead of linking against default lapack and gslcblas +libs. + To link a new version, compile OpenBlas as per [instructions](http://www.openblas.net/). You can start with the default: |