2003
DOI: 10.1007/3-540-44863-2_70
|View full text |Cite
|
Sign up to set email alerts
|

Issues in the Design of Scalable Out-of-Core Dense Symmetric Indefinite Factorization Algorithms

Abstract: Abstract. In the factorization of indefinite symmetric linear systems, symmetric pivoting is required to maintain numerical stability, while attaining a reduced floating point operation count. However, symmetric pivoting presents many challenges in the design of efficient algorithms, and especially in the context of a parallel out-ofcore solver for dense systems. Here, the search for a candidate pivot in order to eliminate a single column potentially requires a large number of messages and accesses of disk blo… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2004
2004
2016
2016

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(4 citation statements)
references
References 10 publications
(28 reference statements)
0
4
0
Order By: Relevance
“…Most of the previous out‐of‐core symmetric indefinite factorization algorithms rely on the Bunch‐Kaufman algorithm. For instance, the challenges of designing an out‐of‐core implementation of the algorithm were studies on a distributed‐memory CPU computer . There, to reduce the communication overheads and get scalable performance, diagonal pivots were selected within or near the current elimination block.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Most of the previous out‐of‐core symmetric indefinite factorization algorithms rely on the Bunch‐Kaufman algorithm. For instance, the challenges of designing an out‐of‐core implementation of the algorithm were studies on a distributed‐memory CPU computer . There, to reduce the communication overheads and get scalable performance, diagonal pivots were selected within or near the current elimination block.…”
Section: Related Workmentioning
confidence: 99%
“…For instance, the challenges of designing an out-of-core implementation of the algorithm were studies on a distributed-memory CPU computer. 10 There, to reduce the communication overheads and get scalable performance, diagonal pivots were selected within or near the current elimination block. Similarly, out-of-core factorization of a sparse symmetric indefinite matrix based on the Bunch-Kaufman algorithm was considered.…”
Section: Introductionmentioning
confidence: 99%
“…If pivots were searched only inside tile A ii , the factorization would depend only and exclusively on A kk . However, for most pivoting techniques, pivots are searched throughout columns, which make the design of efficient parallel algorithm very difficult [18].…”
Section: Tile-wise Pivotingmentioning
confidence: 99%
“…The search for pivots outside a given tile curtails memory locality and data dependence between tiles (or tasks). The former has a direct impact on the performance of serial kernels and the latter on parallel performance (by increasing data dependence among tiles, granularity is decreased and therefore scalability) [18].…”
Section: Introductionmentioning
confidence: 99%