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

计算机工程 ›› 2009, Vol. 35 ›› Issue (4): 80-82. doi: 10.3969/j.issn.1000-3428.2009.04.028

• 软件技术与数据库 • 上一篇    下一篇

改进的并行广义共轭残差算法

赵利斌,田有先   

  1. (重庆邮电大学计算机科学与技术学院,重庆 400065)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-02-20 发布日期:2009-02-20

Improved Parallel Generalized Conjugate Residual Algorithm

ZHAO Li-bin, TIAN You-xian   

  1. (Department of Computer Science and Technology, Chongqing University of Posts and Telecommunications, Chongqing 400065)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-02-20 Published:2009-02-20

摘要: 针对大型非对称稀疏线性方程组的求解,通过利用广义共轭残差(GCR)算法的固有性质,消除GCR算法的内积计算数据相关性,给出一种改进的广义共轭残差(IGCR)算法。IGCR算法与GCR算法有相同的收敛性,在基于MPI的分布式存储并行机群上进行并行计算时,同步开销次数减少为GCR算法的一半。数值计算结果与理论分析表明,IGCR算法的性能优于GCR算法。

关键词: GCR算法, 并行计算, 同步开销

Abstract: By relying on an intrinsic property of the Generalized Conjugate Residual(GCR) algorithm and eliminating data interdependence for inner product computation in the GCR algorithm, an improved parallel GCR algorithm is proposed for solving large non-symmetric sparse linear systems in this paper. The convergence of IGCR algorithm is the same as GCR algorithm, but the times of the synchronization overhead are reduced by a factor of two when it computes using the IGCR algorithm on distributed memory cluster systems based on MPI environment. The numerical result and theoretical analysis prove that the performance of the IGCR algorithm is better than that of the GCR algorithm.

Key words: Generalized Conjugate Residual(GCR) algorithm, parallel computation, synchronization overhead

中图分类号: