2nd International ICST Conference on Scalable Information Systems

Research Article

PMT: A Generic Object-Oriented Parallel MultiThread Programming Interface

Download574 downloads
  • @INPROCEEDINGS{10.4108/infoscale.2007.200,
        author={Xiaoqi Yang and Qilong Zheng and Guoliang Chen},
        title={PMT: A Generic Object-Oriented Parallel MultiThread Programming Interface},
        proceedings={2nd International ICST Conference on Scalable Information Systems},
        proceedings_a={INFOSCALE},
        year={2010},
        month={5},
        keywords={Multi-Core Parallel Multithread Programming},
        doi={10.4108/infoscale.2007.200}
    }
    
  • Xiaoqi Yang
    Qilong Zheng
    Guoliang Chen
    Year: 2010
    PMT: A Generic Object-Oriented Parallel MultiThread Programming Interface
    INFOSCALE
    ICST
    DOI: 10.4108/infoscale.2007.200
Xiaoqi Yang1,*, Qilong Zheng1,*, Guoliang Chen1,*
  • 1: National High Performance Computing Center at Hefei Department of Computer Science and Technology University of Science and Technology of China
*Contact email: xqyang11@mail.ustc.edu.cn, qlzheng@ustc.edu.cn, glchen@ustc.edu.cn

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.