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

IVF and VS2005 installation questions

postaquestion
Novice
454 Views

I have Intel Visual Fortran installed "on top of" (after installation of) MS Visual Studio 2005. I'm trying to compile fortran source from within the MSVS IDE, and it is behaving as if it's not completely integrated with IVF. Certain fortran options (like help) show up in the IDE, but it has no build instructions for fortran, and it doesn't respond to custom build instructions with "ifort" on the command line. Also, it won't allow a fortran project to be built from scratch.

Is there some particular way you have to install thesetwo tools such that they function as intended? For example, it used to be necessary to install Compaq Visual Fortran (the orig IVF) FIRST, before installing MSVS. Is this still the case?

Thank you!

0 Kudos
1 Reply
g_f_thomas
Beginner
454 Views

No.

First install VS and SP1 and any subsequent updates, then IVF, then IF compiler integration, and finally run the Visual Fortran Build Environment for IA-32 or Intel 64 if working from the command line. I've done this with all versions of VS and it worked flawlessly each time.

BTW, CVF is not the original IVF.

Gerry

0 Kudos
Reply