From b460b0e9d53449bc9e4d690ea571109b663c3697 Mon Sep 17 00:00:00 2001 From: Matthijs Douze Date: Thu, 11 Apr 2019 11:24:35 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index fae5ec0fba..01f29e46e1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -55,6 +55,7 @@ the cudatoolkit. - `./configure --with-cuda-arch="-gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_72,code=sm_72"` for specifying which GPU architectures to build against. - `./configure --with-python=/path/to/python3.7` in order to build a python interface for a different python than the default one. +- `LDFLAGS=-L/path_to_mkl/lib/ ./configure` so that configure detects the MKL BLAS imeplementation. Note that this may require to set the LD_LIBRARY_PATH at runtime. 2. `make`