Toward efficient support for multithreaded MPI communication

27Citations
Citations of this article
15Readers
Mendeley users who have this article in their library.
Get full text

Abstract

To make the most effective use of parallel machines that are being built out of increasingly large multicore chips, researchers are exploring the use of programming models comprising a mixture of MPI and threads. Such hybrid models require efficient support from an MPI implementation for MPI messages sent from multiple threads simultaneously. In this paper, we explore the issues involved in designing such an implementation. We present four approaches to building a fully thread-safe MPI implementation, with decreasing levels of critical-section granularity (from coarse-grain locks to fine-grain locks to lock-free operations) and correspondingly increasing levels of complexity. We describe how we have structured our implementation to support all four approaches and enable one to be selected at build time. We present performance results with a message-rate benchmark to demonstrate the performance implications of the different approaches. © 2008 Springer-Verlag Berlin Heidelberg.

Cite

CITATION STYLE

APA

Balaji, P., Buntinas, D., Goodell, D., Gropp, W., & Thakur, R. (2008). Toward efficient support for multithreaded MPI communication. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 5205 LNCS, pp. 120–129). https://doi.org/10.1007/978-3-540-87475-1_20

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free