Scalasca

Scalasca is a free and open-source software for measurement, analysis, and optimization of parallel program performance.[1] It is licensed under the BSD-style license.

Scalasca
Developer(s)Forschungszentrum Jülich and Technische Universität Darmstadt
Written inC, C++
Operating systemUnix-like
PlatformIA-32, x64, ARM, PowerPC
TypeProfiling
LicenseBSD
Websitewww.scalasca.org

Scalasca is mostly used for profiling scientific and engineering applications using OpenMP and/or MPI. It supports runtime analysis on supercomputers. The application being analysed needs first of all to be "instrumented": MPI usage is instrumented simply by linking the application to the measuring library, while OpenMP usage is instrumented by recompiling from source using Scalasca's modified compiler.

References

  1. Geimer, Markus; et al. (25 April 2010). "The Scalasca performance toolset architecture". Concurrency and Computation: Practice and Experience. 22 (6): 702–719. CiteSeerX 10.1.1.183.3213. doi:10.1002/cpe.1556. Retrieved 29 June 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.