I am working on different machines (notebook and cloud, all Win7) and thus want to set CNR manually to get reproducible results (e.g. when working with Matlab).
Thus, and using the latest MKL version, I run the following in cmd:
cd "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\mkl\bin" @call mklvars.bat intel64 && set MKL_CBWR=SSE2 && set BLAS_VERSION=mkl_rt.dll && set LAPACK_VERSION=mkl_rt.dll"C:\Program Files\MATLAB\R2016a\bin\matlab.exe"
Matlab starts and uses the latest MKL version, as expected.
However, the CNR branch does not change and is still AVX2 (not SSE2, as requested).
Can you help me with that? Thank you!