Starting with Intel® MKL 10.3, there is a new dynamic library - the Single Dynamic Library interface (SDL interface) mkl_rt library was introduced. What is that?
mkl_rt.dll
Using the Intel® MKL Dynamic Interface for Windows* OS
Intel MKL(v.10.3) provides dynamic interface libraries for for Windows* OS only. It enables you to dynamically select the interface and threading layer for Intel MKL. To use the dynamic interface, the link line will be: icl.exe test.cpp mkl_rt.lib
