- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page