Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22fb6336cb6cf6a

Jump to content

// Workers AI · dad joke modeWhat did the Arm MAP say? I've got a grip on directions.

From Wikipedia, the free encyclopedia
Arm MAP
DeveloperArm Holdings (formerly Allinea Software Ltd.)
Release2013
Stable release
20.2 / November 2020; 5 years ago (2020-11)
Operating systemLinux (Windows and macOS for remote client)
Platformx86-64, Arm, PowerPC, Intel Xeon Phi
Available inEnglish
TypeProfiler
LicenceProprietary commercial software
Websitewww.arm.com/products/development-tools/server-and-hpc/forge/map

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++, Fortran 90 and Python 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

[edit]

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 Arm DDT to debug Petascale (typically over 100,000 processes). Arm MAP shares a common user interface with Arm DDT which together makes 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

[edit]
  1. "Stephen Hawking COSMOS consortium deploys new supercomputer software". Computerworld UK. 26 June 2013.
  2. "How iVEC will use Arm MAP as a Secret Weapon in the SC13 Student Cluster Competition". Radio HPC. 21 October 2013.
  3. "Arm MAPs out new performance analysis tool - crowd sources design". InsideHPC. 15 November 2012.
  4. "When Applications Go Exascale". 14 February 2014.
[edit]