by flygaoonly » Sat Jul 17, 2010 5:38 pm
I want to use lapack from mkl in intel visual fortran. Formerly in compaq visual fortran, to use lapack from cxml, I can add a sentence "INCLUDE 'CXML_INCLUDE.F90' " in front of my program, then compile and build in visual studio under windows. Now is there a similar way to use lapack from mkl in intel visual fortran, since in the manual, the setup procedure is a little bit complex.