- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The version of my intel fortran compiler is 9.1-32; I downloaded Microsoft visual studio 2010.
I installed the visual studio before the intel fortran compiler. But visual studio can not see intel fortran.
Could you help me on this issue?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The first version of ifort for which development was completed after VS2010 was released (and thus could be adjusted to support the new VS) was 12.0. You could check the installation notes in the documents folder which ifort installed to see which VS versions were supported (I suppose VS2003 for 32-bit only, VS2005 for 32- or 64-bit). With VS2010 and an older ifort, the best you could hope for is to run ifort from the command line and use the option /Qlocation,link to tell ifort where to find Microsoft link.exe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As Tim says, version 9.1 (from 2005-2006) doesn't know about VS2010 - the earliest version that does is Intel Visual Fortran Composer XE 2011 (compiler versions 12.0 and 12.1). Versions 10.0 and later included the needed Microsoft files to do development in Visual Studio without the need for a separate purchase.

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