Been using mkl without problems on linux (cluster).
Now need to compile a few programs on windows.
I'm using blas and lapack, can't find much in the documents on what I need to do to link the programs with mkl.
For the most simple program:
Keep getting unresolved external symbol _DGEMV
Do I need to use a use statement for mkl on windows ?
ifort8.1 is installed , mkl7.21 eval is installed
both in default locations. Have rebooted since installing.
been trying
ifort -o test1000.exe test.f90 /link mkl_lapack libguide /libpath:c:program filesintelmkl721ia32lib
tried with and without the .lib extensions
But keep getting the same message as above.
Using ifort with vc++ 2003 toolkit on commandline,
there is nothing in your docs on using this combination.
Also for opernmp and mkl do I need to do anything more than add
/Qopenmp on the commandline ?
Thank you
Alex Gibson
Linking mkl721 with fortran on windows(ifort8.1)
For more complete information about compiler optimizations, see our Optimization Notice.


