- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have problem with my new computer (dell m6500, i7) and fortran compiler (10.1.4159.2008), I have followed the steps in http://software.intel.com/en-us/articles/troubleshooting-fortran-integration-issues-with-visual-studio/ and I've ran the VS2008 Repair Tool but to no avail I still get :
"Intel Fortran Compiler for x64 not installed"
\\\\10.1.025\\\\em64t\\\\bin\\\\ifortvars.bat is calling:
@call "C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\vcvarsall" x86_amd64
Could it be that the fortran installation script does not recognize my intel i7 processor?
"Intel Fortran Compiler for x64 not installed"
\\\\10.1.025\\\\em64t\\\\bin\\\\ifortvars.bat is calling:
@call "C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\vcvarsall" x86_amd64
Could it be that the fortran installation script does not recognize my intel i7 processor?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, the installation scripts don't care which CPU architecture you have, provided that it supports SSE2. You would require the installation of the X64 option under C++ in the VS2008 setup menu. That isn't addressed by the integration issues reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, I solved the problem by adding support for the x64 for C++ from the vs 2008 installation

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