Algorithm 842: A set of GMRES routines for real and complex arithmetics on high performance computers

  • Authors:
  • Valérie Frayssé;Luc Giraud;Serge Gratton;Julien Langou

  • Affiliations:
  • Kvasar Technology LLC, Boston, MA;CERFACS, Toulouse Cedex, France;CERFACS, Toulouse Cedex, France;University of Tennessee, Knoxville, Knoxville, TN

  • Venue:
  • ACM Transactions on Mathematical Software (TOMS)
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this article we describe our implementations of the GMRES algorithm for both real and complex, single and double precision arithmetics suitable for serial, shared memory and distributed memory computers. For the sake of portability, simplicity, flexibility and efficiency the GMRES solvers have been implemented in Fortran 77 using the reverse communication mechanism for the matrix-vector product, the preconditioning and the dot product computations. For distributed memory computation, several orthogonalization procedures have been implemented to reduce the cost of the dot product calculation, which is a well-known bottleneck of efficiency for the Krylov methods. Either implicit or explicit calculation of the residual at restart are possible depending on the actual cost of the matrix-vector product. Finally the implemented stopping criterion is based on a normwise backward error.