Newsgroups: comp.parallel.mpi
From: peter@usfca.edu (Peter Pacheco)
Subject: Re: sparse matrixHello
Organization: University of San Francisco
Date: 1 Mar 1996 02:18:34 GMT
Message-ID: <4h5mpq$3eo@jeeves.usfca.edu>

Try Petsc.  It's available from Argonne.  Check
   
    http://www.mcs.anl.gov/petsc/petsc.html

Regards,
Peter Pacheco


Laurence Viry-Daval (viry@arcturus.ciril.fr) wrote:

: I have the following problem:
: I want to resolve a linear sytem  AX=B where A is a sparse complex matrix,
: using the conjugate gradients method. The matrix A becomes too large so
: there isn't enough memory.
: We are searching for a parallel iterative methods package to resolve such 
: system (that runs on distributed memory computers)
: ESSL, PESSL, SCALAPACK run on the SP2 computer that we use but there's no package for sparse matrices.
: Thank you for your help

: Laurence Viry


