Software:Allinea MAP

From HandWiki
Arm MAP
Developer(s)Allinea Software Ltd.
Initial release2013
Stable release
6.0 / December 2015; 8 years ago (2015-12)
Operating systemLinux
Platformx64, Intel Xeon Phi, ARM, PowerPC
Size61 MB
Available inEnglish
TypeProfiler
LicenceProprietary commercial software
Websitewww.allinea.com

Arm MAP, is an application profiler produced by Allinea Software now part of Arm.[1][2] of Warwick, United Kingdom , for profiling the performance of C, C++ and Fortran 90 software. It is widely used for its multithreaded and multiprocess capabilities such as profiling parallel Message Passing Interface (MPI) or OpenMP applications, including those running on clusters of Linux machines, and for scalar (sequential) code.[3]

Profiler

It is one of the first profilers able to both analyze and visually display the performance when running at high scales (including many thousands of cores). Arm MAP is also being used to examine applications that are preparing to scale to 1 ExaFLOP/s[4]

The profiler uses adaptive sampling methods to identify process counters and activities, and combines data from multiple processes that may be running on multiple compute server nodes. It analyzes performance and causes of bottlenecks including:

  • Processor instruction level - identifying issues such as memory bandwidth, or lack of floating-point vectorization
  • Memory usage
  • I/O
  • Communication - such as MPI
  • Threads
  • Energy usage and power

This enables developers to identify hotspots and areas of potential improvement.

The tool is scalable - and merges performance data using the scalable architecture first used in Allinea DDT to debug Petascale (typically over 100,000 processes). Arm MAP shares a common user interface with Arm DDT which together make the Arm Forge tool suite. This is widely used by research scientists and developers of parallel scientific applications.

The Arm MAP profiler is used on large supercomputers and also smaller clusters or workstations. Sites with installations include National Energy Research Scientific Computing Center (NERSC), University of Cambridge and Los Alamos National Laboratory.

References

External links