I am using MKL with Visual Studio and Intel Parallel Studio 2015
For various reasons I want to stay with the Intel Compiler 2015, but I want to use MKL 11.3. The Intel integrations with Visual Studio make using MKL or IPP or TBB very easy, You just select them in the "Intel performance libraries" option. The problem is that when using Intel Compiler 2015, the MKL that will be used for compiling and linking is MKL 11.2.
Is there a 'better' way to select MKL 11.3 apart from using a manual include and link path in my projects.