Skip to content

Restore support for MKL

Compare
Choose a tag to compare
@tskisner tskisner released this 12 Nov 18:05
· 44 commits to master since this release

This re-enables support for directly calling MKL DFFT routines. A CMake check is added for MKL and if it is found, then MKL is used for both BLAS/LAPACK and FFTs. The MKL threading layer (GNU or Intel) is set at runtime based on the compiler used during build.

  • Restore support for directly using Intel MKL for FFTs (PR #371, #372).
  • Fixed bug in wind velocity during atmosphere simulations.