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

PATH

Amit_Bansal
Beginner
653 Views
Dear all,
I have installed ifortran 11.1 / ia32 on fedora 10 machine. After installation was complete, it showed all the three components installed successfully. But the problem is setting the enviornment / path to work on ifort. When I say "ifort" in a terminal, it shows "command not found". Please tell, how to set path and where.

Amit
0 Kudos
1 Reply
Kevin_D_Intel
Employee
653 Views

You must source the appropriate ifortvars.sh or ifortvars.csh depending on your working shell. The scripts require an argument to designate which compiler will be used, ia32 for 32bit compiler selection (in your case), or intel64 for the Intel 64 compiler.

For example:

source /opt/intel/Compiler/11.1/046/bin/ifortvars.sh ia32

For your case, replace the "046" with whatever minor version you installed.

You can also refer to the Getting started guide under: /Documentation/en_US/getting_started_f.pdf

0 Kudos
Reply