Page 1 of 1

Configure MS Visual Studio with Intel Fortran to use LAPACK

PostPosted: Wed Jun 11, 2008 9:25 am
by ozhuromskyy
Dear all,

I uploaded LAPACK libraries from file:///Z:/fortran/VisualStudio_install.html, persuaded the sistem administrator to install it on the server, and run all the programs from the start menu (Complete Visual Studio Solution, Run the LAPACK Testing and Run the NAG Examples). What should I do to be able to use the libraries with MS Visual Studio Professional 2005 with Intel Fortran?
Thanks in advance

oz

PostPosted: Thu Jun 12, 2008 2:58 am
by ozhuromskyy
For now I can only link the BLAS and LAPACK libraries from command line, like

ifort file_name.for <path>BLAS.lib <path>LAPACK.lib