Created
March 17, 2013 06:52
-
-
Save wavewave/5180430 to your computer and use it in GitHub Desktop.
hmatrix compilable with mkl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ diff ../hmatrix-0.14.1.0.before/hmatrix.cabal hmatrix.cabal | |
| 171a172,174 | |
| > -- extra-libraries: gsl mkl_lapack mkl_intel_lp64 mkl_sequential mkl_core | |
| > | |
| > | |
| 174c177 | |
| < extra-libraries: gsl mkl_lapack mkl_intel_lp64 mkl_sequential mkl_core | |
| --- | |
| > extra-libraries: gsl mkl_lapack95_lp64 mkl_intel_lp64 mkl_sequential mkl_core |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
module load gsl mkl