作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (19): 3-5. doi: 10.3969/j.issn.1000-3428.2006.19.002

• 博士论文 • 上一篇    下一篇

SMP集群系统上可扩展并行特征问题求解器研究

赵永华1,2,3,迟学斌1,姜金荣1   

  1. (1. 中国科学院计算机网络信息中心超级计算中心,北京100080;2. 中国科学院软件所,北京 100080; 3. 德州学院计算机科学系,德州 253000)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-10-05 发布日期:2006-10-05

Study on Scalable Parallel Eigenproblem Solver on SMP Cluster

ZHAO Yonghua1,2,3, CHI Xuebin1, JIANG Jinrong1   

  1. ( 1. Supercomputing Center, Computer Network Information Center, Chinese Academy of Sciences, Beijing 100080; 2. Software Institute of Chinese Academy of Sciences, Beijing 100080; 3. Department of Computer Science, Dezhou University, Dezhou 253000 )
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-10-05 Published:2006-10-05

摘要: 基于对称三对角特征问题的分而治之方法,提出了一个适合SMP集群环境的多级混合并行算法。SMP节点内的并行求解采用了粗粒度和细粒度两种OpenMP并行。为了改善纯MPI算法中的负载不平衡,混合并行算法使用了动态任务分配方法。在深腾6800上的试验表明,混合并行算法具有好的扩展性和加速比。
关键词:SMP集群;MPI+OpenMP;混合并行;并行求解器

关键词: SMP集群, MPI+OpenMP, 混合并行, 并行求解器

Abstract: Abstract】Based on divide-and-conquer method of eigenvalues of symmetric tridiagonal matrices, a multilevel hybrid parallel algorithm that is suitable to cluster of SMP’s environments is presented. Parallel solution within the SMP node takes both coarse-grain and fine-grain OpenMP parallel. In order to improve load balance of pure MPI algorithm, a dynamic work sharing is used in hybrid parallel algorithm. An experiment analysis on the DeepComp 6800 shows the hybrid algorithm performs good scalability and speedup.

Key words: SMP cluster, MPI+OpenMP, Hybrid parallel, Parallel solver

中图分类号: