Hi,
I compiled an executable using Visual Studio Community 2015 with Intel Parallel Studio XE 2016 (Student License).
Very interesting, if set Use Intel MKL as "sequential" in Configuration Properties->Intel Performance Libraries->Intel Math Kernel Library, then it runs normally. If I set it as No, then it gives me an application error "0xc000007b".
Even confusing, if I compiled the codes by setting it as "sequential", when I double click the executable, it gives me same above application error. Note that I have set the environment variable: C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016\windows\redist\ia32\mkl
Anybody has a clue on how to successfully run the executable?