1982
DOI: 10.1145/356004.356009
|View full text |Cite
|
Sign up to set email alerts
|

Algorithm 586: ITPACK 2C: A FORTRAN Package for Solving Large Sparse Linear Systems by Adaptive Accelerated Iterative Methods

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
51
0
2

Year Published

1986
1986
2012
2012

Publication Types

Select...
7
1
1

Relationship

1
8

Authors

Journals

citations
Cited by 134 publications
(54 citation statements)
references
References 4 publications
1
51
0
2
Order By: Relevance
“…The run-time redistribution of a sparse matrix used repeatedly in a matrix vector multiplication should become a common option in the standard library of sparse matrix operations, such as ITPACK [10]. We hope that the algorithms presented in this paper will enlarge the repertoire of run-time distribution algorithms available to the users of parallel machines.…”
Section: Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…The run-time redistribution of a sparse matrix used repeatedly in a matrix vector multiplication should become a common option in the standard library of sparse matrix operations, such as ITPACK [10]. We hope that the algorithms presented in this paper will enlarge the repertoire of run-time distribution algorithms available to the users of parallel machines.…”
Section: Resultsmentioning
confidence: 99%
“…In Fortran programs, the JA array is usually accessed via an indirection in a loop. As an example, consider the Fortran code (Figure 2(a)) for matrix-vector multiplication taken from ITPACK [10] which is used in many sparse linear solvers. If both VA and JA are distributed by rows and aligned with the multiplied vector x, then each processor is responsible for multiplying the rows allocated to it.…”
Section: Preprocessing and Data Distribution Of Sparse Matricesmentioning
confidence: 99%
“…We applied ACC to the SOR (Successive Over-Relaxation) routine found in ITPACK 2C [11], a package of Fortran subroutines for solving linear systems by adaptive iterative methods. Like many iterative solvers, the convergence rate of SOR is heavily influenced by a parameter, in this case the Figure 2: Adaptive SOR system through interception of ITSOR calls using ACC over-relaxation parameter ω. ITPACK includes an internal algorithm for automatically adapting ω.…”
Section: Case Study 1: Adaptive Sormentioning
confidence: 99%
“…The reduced-system conjugate-gradientmethod provides an acceieratediterative solution that is 2-55 = WHC-EP-0445 well suited to sparse matrixes. In PORMC, the reduced-systemconjugategradient algorithm developed by Kincaid et al (1982) is used. Application of this method requires that the algebraicequations be reordered into a "red-black"system (Hageman and Young 1981).…”
Section: 924mentioning
confidence: 99%