Iterative Solvers for Linear Systems on Parallel Computers

tianruo yang
2007-01-01
Abstract:For the solution of linear systems with the general non-symmetric coeecient matrices based on parallel SIMD machines, M. Hanke and M. Hochbruck 9] have done some experiments on the development of iterative methods and their implementations based on Maspar. From their results on the execution time for the basic linear algebra routines and the time that is required in average to perform one iteration by each representative case of conjugate gradient-type, semi-iterative and hybrid methods, we can see that the semi-iterative methods are by far most inexpensive per iteration, and the GMRES(16) is most expensive. For semi-iterative methods, no computation of inner product which is more expensive in term of computational time is necessary. It has a certain advantage in computational time per iteration over parameter-free methods. We will present more timing results of new methods based on their parallel versions: CGS, QMR, and TFQMR methods and compare the performance and accuracy with semi-iterative methods whose main drawback is their requirement for some spectral information before the algorithms start.
What problem does this paper attempt to address?