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

x64 not installed

nilssand
Beginner
423 Views
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?


0 Kudos
2 Replies
TimP
Honored Contributor III
423 Views
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.
0 Kudos
nilssand
Beginner
423 Views
Thanks, I solved the problem by adding support for the x64 for C++ from the vs 2008 installation

0 Kudos
Reply