Questions:
First : If I have installed MKL 10.0, There is no need for me to use IMSL, is that right?
Second : I want to use MKL to solve a linear equation A*x=b, and this is a general one. My operation environment is: Windows XP, VS2005 plus Intel Fortran 10.1 plus MKL, and I follow the procedure to configure:
1 Select Project>Properties>Linker>General
2 For Additional Library Directories, add the architecture-specific ' lib' folder,
3 Select Project>Properties>Linker>Input
4 In the Additional Dependencies line, insert mkl_c.lib libguide.lib
5 Select Project>Properties>Fortran>General
6 For Additional Include Directories, add the ' include ' folder
Is the above procedure right? Do i need to ' include ' something at the top of my codes? What should it be?
Thank you for your kind attention!