VTune, APS, Advisor, Inspector, Trace Analyzer and Collector
module load | use case | |
---|---|---|
VTune (← click for more) | vtune/ | high level - initial overview low level - detailed performance analysis (e.g. hotspot, bottleneck) |
Advisor | advisor/ | low level - threading and vectorization aid (e.g roofline analysis) |
Inspector | inspector/ | low level - memory & threading error checking (e.g. find leaks or data races) |
Trace Analyzer and Collector | itac/ | low level - identify MPI load imbalances and communication hotspots |