Applications/Intel

From HPC
Revision as of 09:59, 11 April 2017 by Pysdlb (talk | contribs) (Created page with "__TOC__ ==Application Details== * Description: * Version(s):legacy, 4.9.3, 5.2.0, 6.3.0 * Module(s):gcc/legacy, gcc/4.9.3, gcc/5.2.0, gcc/6.3.0 * Licence: Intel (closed sou...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation , search

Application Details

  • Description:
  • Version(s):legacy, 4.9.3, 5.2.0, 6.3.0
  • Module(s):gcc/legacy, gcc/4.9.3, gcc/5.2.0, gcc/6.3.0
  • Licence: Intel (closed source)

Usage Examples

Intel compilers are optimized to computer systems using processors that support Intel architectures. They are designed to minimize stalls and to produce code that executes in the fewest possible number of cycles. The Intel C++ Compiler supports three separate high-level techniques for optimizing the compiled program: interprocedural optimization (IPO), profile-guided optimization (PGO), and high-level optimizations (HLO). The Intel C++ compiler in the Parallel Studio XE products also supports tools, techniques and language extensions for adding and maintaining application parallelism on IA-32 and Intel 64 processors and enables compiling for Intel Xeon Phi processors and coprocessors.

  • Profile-guided optimization refers to a mode of optimization where the compiler is able to access data from a sample run of the program across a representative input set. The data would indicate which areas of the program are executed more frequently, and which areas are executed less frequently. All optimizations benefit from profile-guided feedback because they are less reliant on heuristics when making compilation decisions.
  • High-level optimizations are optimizations performed on a version of the program that more closely represents the source code. This includes loop interchange, loop fusion, loop unrolling, loop distribution, data prefetch, and more.
  • Interprocedural optimization applies typical compiler optimizations (such as constant propagation) but using a broader scope that may include multiple procedures, multiple files, or the entire program.[6]

Intel's compiler has been criticized for applying, by default, floating-point optimizations not allowed by the C standard and that require special flags with other compilers such as gcc.

Modules

Area Description
intel/2016
intel/2017
intel/advisor/64/2016
intel/advisor/64/2016.2.181
intel/compiler/64/2016
intel/compiler/64/2016.2.181
intel/inspector/64/2016
intel/itac/64/9.1.2p
intel/ipp/64/11.0
intel/ipp/64/9.0.2
intel/itac/64/9.1
intel/mkl/64/11.3
intel/mkl/64/11.3.2
intel/mkl/mic/11.3
intel/mkl/mic/11.3.2
intel/mpi/64/5.1.3.181
intel/tbb/64/2016
intel/tbb/64/2016.2.181
intel/vtune/32/2016
intel/vtune/32/2016.2.181
intel/vtune/64/2016
intel/vtune/64/2016.2.181



Further Information

Icon home.png