Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable MKL support for FFTs #371

Merged
merged 1 commit into from
Nov 10, 2020
Merged

Re-enable MKL support for FFTs #371

merged 1 commit into from
Nov 10, 2020

Commits on Nov 10, 2020

  1. Restore support for explicit use of MKL:

     * Add a cmake check for libmkl_rt.  This uses MKLROOT if set.
     * If MKL is found use it for BLAS/LAPACK and skip those checks.
     * If MKL is found disable checks for FFTW.
     * re-enable support for MKL DFFT.
     * In the TOAST environment setup, set the MKL threading layer
       to GNU or INTEL based on the compiler used.
    tskisner committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    2da6fe4 View commit details
    Browse the repository at this point in the history