In the MKL provider output directory, there should also be libiomp5md.dll (the Intel openmp rumtime). That also needs to be copied to the same directory as your executable. I find it useful to add both the provider and openmp runtime to the project solution and then set copy on build to always. This way the both DLLs are copied to your to output directory.
↧