PMT: a generic object-oriented parallel multithread programming interface

  • Authors:
  • Xiaoqi Yang;Qilong Zheng;Guoliang Chen

  • Affiliations:
  • University of Science and Technology of China;University of Science and Technology of China;University of Science and Technology of China

  • Venue:
  • Proceedings of the 2nd international conference on Scalable information systems
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

With the increasing popularity of shared-memory programming model, especially at the advent of Multi-Core processors, more and more programmers hope to write parallel multithread programs conveniently and effectively with the help of parallel multithread programming interface. Unfortunately, these interfaces are not well accepted by sequential programmers, because of incomplete elimination of lower-level details, inflexibility selection of library functions, depending on specific compilers. This paper presents a unique generic object-oriented parallel multithread programming interface, which is designed and implemented to solve the drawbacks of current parallel multithread programming interfaces. Evaluation results show that programmers can benefit a lot from the interface.