The implementation of MPI-2 one-sided communication for the NEC SX-5

  • Authors:
  • Jesper Larsson Traff;Hubert Ritzdorf;Rolf Hempel

  • Affiliations:
  • C&C Research Laboratories,NEC Europe Ltd., Rathausallee 10, D-53757 Sankt Augustin, Germany;C&C Research Laboratories,NEC Europe Ltd., Rathausallee 10, D-53757 Sankt Augustin, Germany;C&C Research Laboratories,NEC Europe Ltd., Rathausallee 10, D-53757 Sankt Augustin, Germany

  • Venue:
  • Proceedings of the 2000 ACM/IEEE conference on Supercomputing
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

We describe the MPI/SX implementation of the MPI-2 standard for one-sided communication (Remote Memory Access) for the NEC SX-5 vector supercomputer. MPI/SX is a non-threaded implementation of the full MPI-2 standard. Essential features of the implementation are presented, including the synchronization mechanisms, the handling of communication windows in global shared and in process local memory, as well as the handling of MPI derived data types. In comparative benchmarks the data transfer operations for one-sided communication and point-to-point message passing show very similar performance, both when data reside in global shared and when in process local memory. Derived data types, which are of particular importance for applications using one-sided communications, impose only a modest overhead and can be used without any significant loss of performance. Thus, the MPI/SX programmer can freely choose either the message passing or the one-sided communication model, whichever is most convenient for the given application.