Intel's Compiler Suite

What is Intel's compiler suite?

Intel's compiler suite contains compilers for several programming languages and tools. Some of the compilers it supports are:

  • C (invoke with icc)

  • C++ (invoke with icpc)

  • Fortran (invoke with ifort)

How is Intel's compiler suite loaded?

The below can be used to view all of the installations of Intel's compiler suite on a particular system, where this example uses Coeus.

$ module avail |& grep "^intel"

intel

$ module load intel

$ icc --version

icc (ICC) 17.0.1 20161005

Copyright (C) 1985-2016 Intel Corporation. All rights reserved.