Difference between revisions of "Intel Tools"

From HPC users
Jump to navigationJump to search
 
Line 4: Line 4:
* [[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.
* [[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.
* [[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.
* [[VTune]]: Intel VTune Amplifier XE is a performance profiler for C, C++, C#, Fortran, Assembly, and Java.
* [[Advisor]] Threading design and prototyping tool for software architects for C, C++, C# and Fortran.
* [[Advisor]] Threading design and prototyping tool for software architects for C, C++, C# and Fortran.


Please see the individual pages for details. You can also use the command <tt>module spider</tt> to get more information about the tools and to find the installed versions. In case you are missing a tool in your preferred environment (e.g. <tt>hpc-env/6.4</tt>) you can contact {{sc}}.
Please see the individual pages for details. You can also use the command <tt>module spider</tt> to get more information about the tools and to find the installed versions. In case you are missing a tool in your preferred environment (e.g. <tt>hpc-env/6.4</tt>) you can contact {{sc}}.

Latest revision as of 17:40, 6 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.
  • Advisor Threading design and prototyping tool for software architects for C, C++, C# and Fortran.

Please see the individual pages for details. You can also use the command module spider to get more information about the tools and to find the installed versions. In case you are missing a tool in your preferred environment (e.g. hpc-env/6.4) you can contact Scientific Computing.