Tolerating message latency through the early release of blocked receives

  • Authors:
  • Jian Ke;Martin Burtscher;Evan Speight

  • Affiliations:
  • Computer Systems Laboratory, School of Electrical & Computer Engineering, Cornell University, Ithaca, NY;Computer Systems Laboratory, School of Electrical & Computer Engineering, Cornell University, Ithaca, NY;Novel System Architectures, IBM Austin Research Lab, Austin, TX

  • Venue:
  • Euro-Par'05 Proceedings of the 11th international Euro-Par conference on Parallel Processing
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Large message latencies often lead to poor performance of parallel applications. In this paper, we investigate a latency-tolerating technique that immediately releases all blocking receives, even when the message has not yet (completely) arrived, and enforces execution correctness through page protection. This approach eliminates false message data dependencies on incoming messages and allows the computation to proceed as early as possible. We implement and evaluate our early-release technique in the context of an MPI runtime library. The results show that the execution speed of MPI applications improves by up to 60% when early release is enabled. Our approach also enables faster and easier parallel programming as it frees programmers from adopting more complex nonblocking receives and from tuning message sizes to explicitly reduce false message data dependencies.