18th International Parallel and Distributed Processing Symposium, 2004. Proceedings.
DOI: 10.1109/ipdps.2004.1302909
|View full text |Cite
|
Sign up to set email alerts
|

Solving large sparse linear systems in end-to-end accelerator structure simulations

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Publication Types

Select...
4
1

Relationship

0
5

Authors

Journals

citations
Cited by 6 publications
(3 citation statements)
references
References 8 publications
0
3
0
Order By: Relevance
“…However, the emphasis was on creating new parallel or distributed algorithms, whereas our emphasis is on abstracting the fundamental underlying algorithm to produce a single generic version that encompasses both sequential and distributed computation. Lee et al [21] have found that the generic algorithms in the Iterative Template Library can instantiate to either parallel or sequential algorithms, using distributed vectors and matrices for distribution. Jézéquel [18] describes the use of Eiffel inheritance to build distributed algorithms and data structures from their sequential counterparts within the Eiffel Parallel Execution Environment (EPEE) [17], focusing on two core algorithms: a map() operation to transform one sequence into another and a reduce() operation to compute a single result from a sequence of values.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…However, the emphasis was on creating new parallel or distributed algorithms, whereas our emphasis is on abstracting the fundamental underlying algorithm to produce a single generic version that encompasses both sequential and distributed computation. Lee et al [21] have found that the generic algorithms in the Iterative Template Library can instantiate to either parallel or sequential algorithms, using distributed vectors and matrices for distribution. Jézéquel [18] describes the use of Eiffel inheritance to build distributed algorithms and data structures from their sequential counterparts within the Eiffel Parallel Execution Environment (EPEE) [17], focusing on two core algorithms: a map() operation to transform one sequence into another and a reduce() operation to compute a single result from a sequence of values.…”
Section: Related Workmentioning
confidence: 99%
“…The separation of policy from mechanism has some farreaching and profound effects for high-performance computing. Because the cg() algorithm did not depend on the details of the application of A to x, the same cg() algorithm can be used to realize a parallel CG solver, simply by using distributed linear algebra objects [21]. For completeness we note that it is also necessary that the inner-product and norm functions make sense for the types of x and b.…”
Section: Introductionmentioning
confidence: 99%
“…A lot of research work is in progress in this direction. Lie-Quan Lee et al [7] have proposed a parallel hybrid solver for sparse linear [8]. Cai et al [9] have developed parallel iterative solvers for modern physical applications.…”
Section: Introductionmentioning
confidence: 99%