From fe883b9730925c75ac2bd09e7060c042929a942e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 19 Dec 2017 07:57:55 +0000 Subject: Use OpenBlas cblas interface by default --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 0a39604..6b51edb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: -- cgit v1.2.3