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

setting the path

HD
Beginner
932 Views
Hi, I installed the Intel Fortran compiler version 9.0 and when I open the "Build Environment For IA-32 application" window
it says that the sys cannot find the path specified. Please advise, thanks, Harel.
0 Kudos
6 Replies
onkelhotte
New Contributor II
932 Views
Quoting - HD
Hi, I installed the Intel Fortran compiler version 9.0 and when I open the "Build Environment For IA-32 application" window
it says that the sys cannot find the path specified. Please advise, thanks, Harel.

The setup program asks if you want to register your path variables... Did you do that? Maybe try a re-install.

Here are my path settings, maybe this helps, the name of the variable is bold:

IFORT_COMPILER11 C:Program FilesIntelCompiler11.0�75fortran
INCLUDE C:Program FilesMicrosoft Visual StudioDF98IMSLINCLUDE;C:Program FilesMicrosoft Visual StudioDF98INCLUDE;C:Program FilesMicrosoft Visual StudioVC98INCLUDE
INTEL_LICENSE_FILE C:Program FilesCommon FilesIntelLicenses
LIB C:Program FilesMicrosoft Visual StudioDF98IMSLLIB;C:Program FilesMicrosoft Visual StudioDF98LIB;C:Program FilesMicrosoft Visual StudioVC98LIB
PATH %IFORT_COMPILER11%libia32;C:Program FilesIntelCompiler11.0�75fortranmklia32bin;C:Program FilesIntelCompiler11.0�74fortranmklia32bin;C:Program FilesIntelCompiler11.0�72fortranmklia32bin;C:Program FilesIntelCompiler11.0�66fortranmklia32bin;C:Program FilesMicrosoft Visual StudioCommonTools;C:Program FilesMicrosoft Visual StudioCommonMsdev98BIN;C:Program FilesMicrosoft Visual StudioDF98BIN;C:Program FilesMicrosoft Visual StudioVC98BIN

Markus
0 Kudos
Steven_L_Intel1
Employee
932 Views
Quoting - HD
Hi, I installed the Intel Fortran compiler version 9.0 and when I open the "Build Environment For IA-32 application" window
it says that the sys cannot find the path specified. Please advise, thanks, Harel.
This usually means that the shortcut you used refers to a version of the compiler that is no longer installed.
0 Kudos
HD
Beginner
932 Views
Thx Markus, I reinstalled and below variables exist now. I also changed in the ifortvars.bat file the call from"BinVcvars32.bat" to "C:Program FilesMicrosoft Visual Studio 8VCBinVcvars32.bat". Now when I hit the IA-32 window I see the following message "setting environemt for using Microsoft Visual Studio 2005 x86 tools". Also,when I open Visual studio I do not see that Fortran is available. I noticed that in your LIB and PATH variables Visual studio is included but as you see below in mine it is not (but the variable VS80COMNTOOLS exists). One last comment, I just need the fortran compiler to run the software S-ADAPT (http://bmsr.usc.edu/Software/ADAPT/SADAPTsoftware.html). Please advise, Harel.

Path ....;%IFORT_COMPILER90%IA32Bin
IFORT_COMPILER90 C:Program FilesIntelCompilerFortran9.0
INCLUDE %IFORT_COMPILER90%IA32Include
INTEL_LICENSE_FILE C:Program FilesCommon FilesIntelLicenses
LIB %IFORT_COMPILER90%IA32Lib
VS80COMNTOOLS C:Program FilesMicrosoft Visual Studio 8Common7Tools
0 Kudos
TimP
Honored Contributor III
932 Views
If your vcvars32.bat actually ran, you would see the PATH variables and the like which are set there along with those set directly in ifortvars.bat. A simple test to see whether it worked:
CL /?
0 Kudos
Steven_L_Intel1
Employee
932 Views
The Visual Studio environment does not use environment variables to locate compilers and libraries. If you don't see Intel Fortran in Visual Studio, try running the attached program. (I am not sure this will work with version 9.0 - can you use a newer compiler version?)
0 Kudos
HD
Beginner
932 Views
The Visual Studio environment does not use environment variables to locate compilers and libraries. If you don't see Intel Fortran in Visual Studio, try running the attached program. (I am not sure this will work with version 9.0 - can you use a newer compiler version?)
Steve, I ran the program but it does not work. Indeed, with v.11 it works..in this case new is better. Thanks for all of you for your prompt response. Best, Harel.
0 Kudos
Reply