Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Compiling using Lapack

Camilo_P_1
Beginner
487 Views

I'm writing my code using Linux. Recently I switched to Windows and therefore now I use Visual Studio to compile my files. However, I think I may have some problems with Lapack libraries. Because I have not been successful compiling my files. The command I used to compile in Linux was:

ifort *.f90 -lblas -llapack

What would be the analog for this command in Visual Studio, or even better in the Windows command prompt?

Thanks, 

Camilo

0 Kudos
1 Reply
Steven_L_Intel1
Employee
487 Views
Whose Lapack libraries are you using? You could use the ones from Intel Math Kernel Library. For information on how to link to MKL, see here.
0 Kudos
Reply