摘要
提出一种适用于SMP集群的混合MPI+OpenMP并行编程模型。该模型贴近于SMP集群的体系结构且综合了消息传递和共享内存2种编程模型的优势,能获得较好的性能。讨论该混合模型的实现机制以及MPI消息传递模型的特点。实验结果表明,在一定条件下,该混合并行编程模型是SMP集群的最优选择。
This paper proposes a hybrid MPI+OpenMP parallel programming model suited for SMP cluster, which is close to the architecture of SMP cluster and combines two advantages of message passing and shared memory. It has better performance, on basis of which, the implementation mechanism of this hybrid model and the character of MPI message passing model are discussed. Experimental results show this hybrid parallel programming model is the best choice for SMP cluster under some conditions.
出处
《计算机工程》
CAS
CSCD
北大核心
2009年第3期271-273,共3页
Computer Engineering
基金
国家“863”计划基金资助项目(2006AA01A114)
深圳市科技创新基金资助项目“遥感数据并行处理技术研究”
关键词
SMP集群
并行计算
混合编程模型
SMP cluster
parallel computing
hybrid programming model