Finding effective support-tree preconditioners

  • Authors:
  • Bruce M. Maggs;Gary L. Miller;Ojas Parekh;R. Ravi;Shan Leung Maverick Woo

  • Affiliations:
  • Carnegie Mellon University, Pittsburgh, PA;Carnegie Mellon University, Pittsburgh, PA;Emory University, Atlanta, GA;Carnegie Mellon University, Pittsburgh, PA;Carnegie Mellon University, Pittsburgh, PA

  • Venue:
  • Proceedings of the seventeenth annual ACM symposium on Parallelism in algorithms and architectures
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

In 1995, Gremban, Miller, and Zagha introduced support-tree preconditioners and a parallel algorithm called support-tree conjugate gradient (STCG) for solving linear systems of the form Ax = b, where A is an n x n Laplacian matrix. A Laplacian is a symmetric matrix in which the off-diagonal entries are non-positive, and the row and column sums are zero. A Laplacian A with 2m off-diagonal non-zeros can be interpreted as an undirected positively-weighted graph G with n vertices and m edges, where there is an edge between two vertices i and j with weight c((i,j)) = --Ai,j = --Aj,i if Ai,j = Aj,i ‹ 0. Gremban et al showed experimentally that STCG performs well on several classes of graphs commonly used in scientific computations. In his thesis, Gremban also proved upper bounds on the number of iterations required for STCG to converge for certain classes of graphs. In this paper, we present an algorithm for finding a preconditioner for an arbitrary graph G = (V,E) with n vertices, m edges, and a weight function c › 0 on the edges, where w.l.o.g., mine∈e c(e) = 1. Equipped with this preconditioner, STCG requires O(log4 n · √Δ/α) iterations, where α = minU⊂V,|U|≤|V|/2 c(U,V\U)/|U| is the minimum edge expansion of the graph, and Δ = maxυ∈V c(υ) is the maximum incident weight on any vertex. Each iteration requires O(m) work and can be implemented in O(log n) steps in parallel, using only O(m) space. Our results generalize to matrices that are symmetric and diagonally-dominant (SDD).