Publication Details

Parallel Linear Equations Solvers for Scientific Simulation: Cluster and SMP Experience

STAROBA, J.; DVOŘÁK, V. Parallel Linear Equations Solvers for Scientific Simulation: Cluster and SMP Experience. Proceedings of XXIVth International Autumn Colloquium ASIS'02 Advanced Simulation of Systems. Ostrava: 2002. p. 225-230. ISBN: 80-85988-77-1.
Czech title
Paralelní programy řešení lineárních rovnic pro vědecké simulace: zkušenosti se SMP a svazky počítačů
Type
conference paper
Language
English
Authors
Staroba Jiří, Ing., Ph.D.
Dvořák Václav, prof. Ing., DrSc.
URL
Keywords

Linear equation solvers, shared/distributed memory architecture, MPI, OpenMP

Abstract

Even though solving linear systems of equations Ax = b has been studied for long time, one cannot depend on numerical software libraries entirely due to a large number of all possible structures of A and due to many recent changes in high performance computer architectures, programming languages and compilers. If the user's priority is maximum performance on one specialized problem, custom software should be preferred. Here we describe experience with parallel solution of large linear systems of equations on shared as well as distributed memory architecture. The results of exact or iterative solution have been generated in Practical parallel programming course by student teams as term projects. The methods of solutions span from Gauss elimination to Gauss-Seidel or SOR iterations. Speedup and efficiency of various exact and approximate (iterative) methods of solution are compared on both shared memory as well as distributed memory architectures (clusters).

Published
2002
Pages
225–230
Proceedings
Proceedings of XXIVth International Autumn Colloquium ASIS'02 Advanced Simulation of Systems
ISBN
80-85988-77-1
Place
Ostrava
BibTeX
@inproceedings{BUT10044,
  author="Jiří {Staroba} and Václav {Dvořák}",
  title="Parallel Linear Equations Solvers for Scientific Simulation: Cluster and SMP Experience",
  booktitle="Proceedings of XXIVth International Autumn Colloquium ASIS'02 Advanced Simulation of Systems",
  year="2002",
  pages="225--230",
  address="Ostrava",
  isbn="80-85988-77-1",
  url="http://www.fit.vutbr.cz/~staroba/publikace/ASIS2002.ps.gz"
}
Back to top