About HPC Systems Software User Guides Education Partners

  / rcc / hpc / software / comp / icc


Bioinformatics

Compilers and Programming Tools

Computational Chemistry

Finite Element Solvers

Graphics and Imaging

Mathematics

Numerical Libraries

Optimization

Parallel Programming Libraries and Tools

Solid Modeling

Statistics

Intel C/C++ Compiler

Overview

The Intel C/C++ Compiler is a compiler optimized for the Intel architecture. It provides support for profile-guided optimization, prefetch instruction, automatic vectorization, and the Streaming SIMD Extensions.

Setup

There is no setup needed for this software package.

Usage

The Intel C/C++ Compiler is invoked using the command icc.

Examples

To compile a C source file called foo.c into an executable called foo, use the command:

icc foo.c -o foo

Documentation

Documentation for ICC is available on LION-XE and LION-XL in pdf format and can be viewed by typing:

acroread /usr/global/intel/compiler60/docs/c_ug_lnx.pdf


Please send questions or suggestions about this web page to beatnic@aset.psu.edu

ASET | ITS | Penn State