Skip to content

Commit

Permalink
Add minimal instructions for rebuilding using MKL.
Browse files Browse the repository at this point in the history
Unfortunately, I don't have an MKL version that we support on hand
to test this right now. I'll have to work on that.
  • Loading branch information
StefanKarpinski committed May 6, 2012
1 parent 406f3e0 commit 97f8071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ To use the Intel [MKL] BLAS & LAPACK libraries, edit the following settings in `
MKLLIB = /path/to/mkl/lib/arch

`MKLLIB` points to the directory containing `libmkl_rt.so`. Requires v10.3 or greater.
To rebuild a pre-built Julia source install with MKL support, delete from `deps/`, the OpenBLAS, ARPACK, and SuiteSparse dependencies, then run `make cleanall testall`.

<a name="Required-Build-Tools-External-Libraries"/>
## Required Build Tools & External Libraries
Expand Down

0 comments on commit 97f8071

Please sign in to comment.