Hello,
I have installed the most recent version of MKL and tried to use in my application built using VS 2015 C++. Certain parts of my code use OMP. However, I never call MKL routines from within an OMP block. My problem is that unless I disable OMP, or run on 1 thread, I keep getting wrong results. This was not the case in the past when I was using an older (about 10 yrs ago) version of MKL together with VS2008.
I wonder if there is any solution that allows my VS 2015 C++ application to keep OMP and run MKL routines.
Thank you!
Hussein