Module 11: The “lastprivate” Clause
  Lecture 22: Intel Compilers and Threading Tools
 


Intel Compiler

  • Based on The Programming Language
    • Intel C++ Compiler
    • Intel Fortran Compiler
  • Features
    • Multi-Threaded Application Support (OpenMP)
    • High Performance Parallel Optimizer (HPO)
    • Automatic Vectorization
    • Pro le-Guided Optimization (PGO)
    • Interprocedural Optimization (IPO)

Example Code

prog1.cpp