Data Transfers between Processes in an SMP System: Performance Study and Application to MPI

  • Authors:
  • Darius Buntinas;Guillaume Mercier;William Gropp

  • Affiliations:
  • Argonne National Laboratory;Argonne National Laboratory;Argonne National Laboratory

  • Venue:
  • ICPP '06 Proceedings of the 2006 International Conference on Parallel Processing
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper focuses on the transfer of large data in SMP systems. Achieving good performance for intranode communication is critical for developing an efficient communication system, especially in the context of SMP clusters. We evaluate the performance of five transfer mechanisms: sharedmemory buffers, message queues, the Ptrace system call, kernel module-based copy, and a high-speed network. We evaluate each mechanism based on latency, bandwidth, its impact on application cache usage, and its suitability to support MPI twosided and one-sided messages.