Parallel multiplication: a case study in parallel programming

  • Authors:
  • C. K. Yuen;M. D. Feng

  • Affiliations:
  • Department oflnformation Systems and Computer Science, National University of Singapore, Kent Ridge, Singapore;Department oflnformation Systems and Computer Science, National University of Singapore, Kent Ridge, Singapore

  • Venue:
  • ACM SIGPLAN Notices
  • Year:
  • 1994

Quantified Score

Hi-index 0.00

Visualization

Abstract

Six versions of a parallel program for multiplication are presented, and compared in terms of their efficiencies. They illustrate the bottom up and top down methods of program structure design, and the use of tuplespace and speculative processing in parallel programming. The ideas are also applicable to general AND/OR parallel problems.