The IntelŪ Fortran Compiler compiles code on the following systems:
Linux* operating systems listed in the online Release Notes that run on processors using IA-32 architecture, IntelŪ 64 architecture, or IA-64 architecture (IntelŪ ItaniumŪ processor family).
Mac OS* X operating systems listed in the online Release Notes that run on processors using IA-32 architecture or IntelŪ 64 architecture.
The IntelŪ Fortran Compiler product includes the following major components for the development environment:
This compiler is installed on systems using IA-32 architecture. The command name
is ifort
. This compiler creates 32-bit executables that run on processors using
the IA-32 architecture. The 32-bit executables can be optimized specifically for
one or more processors using the IA-32 architecture.
This compiler is installed on systems using IA-32 architecture or systems
using the Intel® 64 architecture. The command name is ifort
. This compiler
creates 32-bit executables that run on processors using the IA-32 architecture,
and it creates 64-bit executables that run on processors using the Intel® 64
architecture. The 32-bit executables can be optimized specifically for one or
more processors using the IA-32 architecture. The 64-bit executables can be
optimized specifically for one or more processors using the Intel® 64 architecture.
This compiler is installed on systems using IA-64 architecture. The command name
is ifort
. This
compiler creates 64-bit executables that run on Itanium® processors using the
IA-64 architecture.
For further information on components, see your Release Notes.
This documentation assumes that you are familiar with the Fortran programming language and with your processor's architecture. You should also be familiar with the host computer's operating system.