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

计算机工程 ›› 2011, Vol. 37 ›› Issue (8): 40-42. doi: 10.3969/j.issn.1000-3428.2011.08.014

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

高斯消去的并行化研究

刘 琳 1,刘青昆 1,宋小雨 2   

  1. (1. 辽宁师范大学计算机与信息技术学院,辽宁 大连 116029;2. 大连职工大学经济管理系,辽宁 大连 116033)
  • 出版日期:2011-04-20 发布日期:2012-10-31
  • 作者简介:刘 琳(1985-),女,硕士研究生,主研方向:并行计算;刘青昆,副教授;宋小雨,学士
  • 基金资助:
    国家自然科学基金资助项目(20633050)

Study on Parallel of Gaussian Elimination

LIU Lin 1, LIU Qing-kun 1, SONG Xiao-yu 2   

  1. (1. School of Computer and Information Technology, Liaoning Normal University, Dalian 116029, China; 2. Department of Economics and Management, Dalian Zhigong College, Dalian 116033, China)
  • Online:2011-04-20 Published:2012-10-31

摘要: 为满足大规模线性方程组对内存容量的要求,针对对称方程组提出一种高斯消去的并行化方案。对称方程组在高斯消去过程中其子方阵的对称性仍然存在,因此在并行计算时只读入和计算三角部分的数据,从而减少储存空间的大小,提高并行效率。测试表明,该方案的并行效率优于传统算法,可应用于对称方程组的大规模数值计算中。

关键词: 并行计算, 高斯消去, 对称矩阵, 矩阵划分

Abstract: In order to solve the memory requirement of large-scale symmetric equations, a new kind of parallel Gaussian elimination method which is based on the symmetric equations is put forward. Analysis shows that the sub-square is symmetry in the process of Gaussian elimination. In order to reduce the space application and improve the efficiency of parallel program, the parallel program can only read and calculate triangle section of linear equations. After test, its efficiency is better than traditional algorithm. This method can be widely applied to large-scale symmetric equations in the numerical calculations.

Key words: parallel calculation, Gaussian elimination, symmetrical matrix, division of matrix

中图分类号: