Discussion:
parallel linear system solver
(too old to reply)
Paul J
2004-10-23 18:47:10 UTC
Permalink
I have a beowulf cluster of 4 nodes(ok really small) and am looking for a
good and easy to implement linear solver(Ax=b). My problems are real,
symmetric, and only the upper triagle of A is stored. The matrices A and b
are created by the finite element method and need to solve for x. I need
to solve problems with more than 200,000 equations(6,000,000 non-zeros)
with the sparse matrix format being:

row# col# val

Any help is greatly appreciated,
Paul
Randy Crawford
2004-10-25 04:38:13 UTC
Permalink
Post by Paul J
I have a beowulf cluster of 4 nodes(ok really small) and am looking for a
good and easy to implement linear solver(Ax=b). My problems are real,
symmetric, and only the upper triagle of A is stored. The matrices A and b
are created by the finite element method and need to solve for x. I need
to solve problems with more than 200,000 equations(6,000,000 non-zeros)
row# col# val
Any help is greatly appreciated,
Paul
For a larger list of solvers, visit:

http://www.mat.univie.ac.at/~neum/software.html#lin_dir

Some popular parallel (MPI) sparse linear solvers are:

Aztec http://www.cs.sandia.gov/CRF/aztec1.html
SuperLU http://www.nersc.gov/~xiaoye/SuperLU/
PetSC http://www-unix.mcs.anl.gov/petsc/petsc-2/

Randy
--
Randy Crawford http://www.ruf.rice.edu/~rand rand AT rice DOT edu
nnik
2014-11-07 03:04:34 UTC
Permalink
dear paul have u find how to solve your system?
I am doing the same job and I need a help
I will be apriciate if I can have your email adress

Loading...