Changes

Jump to: navigation, search

Team False Sharing

27 bytes added, 20:11, 17 December 2017
Some Key tools of VTune Amplifier
* '''HotSpot Analysis''': Hotspot analysis quickly identifies the lines of code/functions that are taking up a lot of CPU time.
* '''High-performance computing (HPC) Analysis''': HPC analysis gives a fast overview of three critical metrics;
[[File:HPC-1.png]]**CPU utilizations (for both thread and MPI parallelism)
**Memory access
** FPU utilization(FLOPS)
[[File:HPC-1.png|frame|center]]
* '''Locks and Waits''': VTune Amplifier makes it easy to understand multithreading concepts since it has a built-in understanding of parallel programming. Locks and waits analysis allows you to quickly find he common causes of slow threaded code.
* '''Easier, More Effective OpenMP* and MPI multirank Tuning":
** The summary report quickly gets you top four answers you need to effectively improve openMP* performance.
[[File:OpenMP-5.png|frame|center]]
* VTune Amplifier provides hardware-based profiling to help analyze your code's efficient use of the microprocessor
<br>
This is just a brief summary of some of the tools available within VTune Amplifier. For more details, please visit [https://software.intel.com/en-us/intel-vtune-amplifier-xe Intel VTune Amplifier website].
30
edits

Navigation menu