Profiling directed NUMA optimization on linux systems: a case study of the Gaussian computational chemistry code

RIS ID

57270

Publication Details

Yang, R., Antony, J., Rendell, A. P., Robson, D. & Strazdins, P. (2011). Profiling directed NUMA optimization on linux systems: a case study of the Gaussian computational chemistry code. 2011 IEEE International Parallel & Distributed Processing Symposium (IPDPS) (pp. 1046-1057). Anchorage, Alaska: IEEE.

Abstract

The parallel performance of applications running on Non-Uniform Memory Access (NUMA) platforms is strongly influenced by the relative placement of memory pages to the threads that access them. As a consequence there are Linux application programmer interfaces (APIs) to control this. For large parallel codes it can, however, be difficult to determine how and when to use these APIs. In this paper we introduce the NUMAgrind profiling tool which can be used to simplify this process. It extends the Val grind binary translation framework to include a model which incorporates cache coherency, memory locality domains and interconnect traffic for arbitrary NUMA topologies. Using NUMAgrind, cache misses can be mapped to memory locality domains, page access modes determined, and pages that are referenced by multiple threads quickly determined. We show how the NUMAgrind tool can be used to guide the use of Linux memory and thread placement APIs in the Gaussian computational chemistry code. The performance of the code before and after use of these APIs is also presented for three different commodity NUMA platforms.

Please refer to publisher version or contact your library.

Share

COinS
 

Link to publisher version (DOI)

http://dx.doi.org/10.1109/IPDPS.2011.100