Help:Intel compilers

From CECS wiki
Jump to navigation Jump to search

The intel suite of compilers are highly optimized for modern cpus, and in general, result in faster executables.

Vendor homepage
http://intel.com/
Software homepage
http://www.intel.com/cd/software/products/asmo-na/eng/284132.htm
Software availability

expired

Other related software
MPI
command to type to run
icc (C)
ifort (Fortran 95)
icpc (C++)
View online documentation
Location of example files

Additional notes[edit]

OpenMPI's compilers (mpif77, etc.) can be told to use ifort by setting the OMPI_F77 environment variable. For example:

export OMPI_FC=ifort OMPI_F77=ifort

Similarly:

export OMPI_CC=icc

The complete list of OpenMPI compiler selection variables can be found at the bottom of the mpicc man page. OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS OMPI_CC OMPI_CFLAGS OMPI_CXX OMPI_CXXFLAGS OMPI_F77 OMPI_FFLAGS OMPI_FC OMPI_FCFLAGS