owlas / magpy

C++ accelerated python module for simulating magnetic nanostructures

Home Page:https://magpy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test MKL speeds

owlas opened this issue · comments

Recent changes enabled MKL libs when compiling with intel compilers.

Currently BLAS and LAPACK routines are only used to solve small systems. Overhead of MKL might be detrimental to overall speed.

Todo: create a benchmark test