Skip to content

Instantly share code, notes, and snippets.

@wavewave
Created March 17, 2013 06:52
Show Gist options
  • Select an option

  • Save wavewave/5180430 to your computer and use it in GitHub Desktop.

Select an option

Save wavewave/5180430 to your computer and use it in GitHub Desktop.
hmatrix compilable with mkl
$ 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
@wavewave
Copy link
Copy Markdown
Author

module load gsl mkl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment