Difference between revisions of "Intel Tools"

From HPC users
Jump to navigationJump to search
(Created page with "== Overview == Intel provides a bunch of tools that help to develop, analyze and optimize parallel codes. These tools are: * Thread Building Blocks | Thread Building Blocks...")
 
Line 2: Line 2:


Intel provides a bunch of tools that help to develop, analyze and optimize parallel codes. These tools are:
Intel provides a bunch of tools that help to develop, analyze and optimize parallel codes. These tools are:
* [[Thread Building Blocks | Thread Building Blocks (TBB)]]
* [[Threading Building Blocks | Threading Building Blocks (TBB)]]: Intel TBB is a widely used <tt>C++</tt> template library for creating reliable, portable, and scalable parallel applications.
* [[Inspector]]: Intel Inspector XE is an easy to use memory error checker and thread checker for serial and parallel applications.
* [[Vtune]]: Intel VTune Amplifier XE is a performance profiler for C, C++, C#, Fortran, Assembly, and Java.

Revision as of 15:06, 5 November 2019

Overview

Intel provides a bunch of tools that help to develop, analyze and optimize parallel codes. These tools are:

  • Threading Building Blocks (TBB): Intel TBB is a widely used C++ template library for creating reliable, portable, and scalable parallel applications.
  • Inspector: Intel Inspector XE is an easy to use memory error checker and thread checker for serial and parallel applications.
  • Vtune: Intel VTune Amplifier XE is a performance profiler for C, C++, C#, Fortran, Assembly, and Java.