- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

Advisor

From HLRS Platforms
Revision as of 10:29, 14 September 2012 by Hpcerdei (talk | contribs) (Created page with "{{Infobox software | description = Intel® '''Advisor XE''' is a threading assistant for C, C++, C# and Fortran. It guides developers through threading design, automating anal...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Intel® Advisor XE is a threading assistant for C, C++, C# and Fortran. It guides developers through threading design, automating analyses required for fast and correct implementation.

It helps developers to add parallelism to their existing C/C++ or Fortran programs. You can use the Intel Advisor XE to:

  • Find the most time-consuming serial code regions in your program.
  • Insert Intel Advisor XE annotations to identify these as possible parallel code regions.
  • Predict the approximate parallel performance characteristics of the proposed parallel code regions.
  • Check for data sharing problems that could prevent the application from working correctly when parallelized.
Intel-logo.png
Developer: Intel
Platforms:
Category: Performance Analyzer
License: Commercial
Website: Intel® Advisor XE homepage


See also

External links