top of page

Intel Compilers & Tools

Intel Parallel Studio facilitates native code development on Windows and Linux in C++/C and Fortran for parallel computing. Parallel programming enables software programs to take advantage of multi-core processors from Intel and other processor vendors.

Parallel Studio is composed of several component parts, each of which is a collection of capabilities.

  • Intel Parallel Composer:

  • Intel C++ Compiler with Cilk Plus and OpenMP;

  • Intel Fortran Compiler with OpenMP;

  • IDE plug-in integration with Visual Studio and Eclipse;

  • Debugging via Visual Studio Debugger extensions, GNU Debugger extensions;

  • Intel Integrated Performance Primitives (IPP), Intel Math Kernel Library (MKL) and Threading Building Blocks (TBB) libraries, Intel Data Analytics Acceleration Library (DAAL).

  • Intel Parallel Advisor helps programmers decide where to parallelize their code, and whether the resulting performance gain will be worth the effort;

  • Intel VTune Amplifier (formerly VTune Performance Analyzer) is a performance profiler that analyzes hotspots, concurrency and locks-and-waits;

  • Intel Parallel Inspector improves reliability by identifying memory errors and threading errors.

bottom of page