Efficient All-to-All Broadcast Schemes in Distributed-Memory Parallel Computers

  • Authors:
  • Eunseuk Oh;Iyad A. Kanj

  • Affiliations:
  • -;-

  • Venue:
  • HPCS '02 Proceedings of the 16th Annual International Symposium on High Performance Computing Systems and Applications
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Distributed-memory parallel computers refer to parallel computers in which each processor has its own private memory. In such a system, processors communicate information by exchanging messages via the interconnection network rather than storing it in shared memory. One ofthe important communication methods in such systems is data broadcasting. All-to-all broadcasting is the process in which each processor sends its message to all other processors, and receives messages from all other processors in the system. Two complexity elements are usually considered when measuring the performance of a distributed-memoryparallel model:time complexity and message complexity. In this paper, we develop an efficient communication scheme to reduce both the communication time and the message complexity in the star network model under the half-duplex and full-duplex communication capability. The complexity measures of our scheme are compared against known bounds to verify the efficiency of the suggested scheme.