I was looking to use the FEAST Eigenvector routines in a new program. The error message I get after linking to the MKL parallel library is libiomp5.lib not found. This is a clean setup on a new computer for Windows 10, VS2103 and Latest Intel compiler. As a test I recompiled my old friend MagniCSR which uses MKL and Pardiso and it also gave the same error.
I had set the fortvars for the distributions. Do I need to include the library directory in the properties? This was not set for MAGNICSR - copying it over and adding the lib file to the solution - solves the problem - but seems a bit brute force. I did the same for EIGEN System and that worked?
Would I be better off with 64 bit programs - rather than the default 32 bit for this type of problem?
Steve: Can I use some of the sample code for eigensystems in my programs?
Thanks