The LAPACK forum has moved to https://github.com/Reference-LAPACK/lapack/discussions.

ScaLAPACK Solving Ax=B how to store A

Open discussion regarding features, bugs, issues, vendors, etc.

ScaLAPACK Solving Ax=B how to store A

Postby cfav » Sat Aug 11, 2007 8:20 am

Hi
I am completely new user of MPI and therefore of ScaLAPACK. I ve been trying to follow the tutorials provided in the ScaLAPACK web site, and I found my self a bit confused with the way the [A] matrix is given to ScaLAPACK.
One of the expamples presented in the Tuturial uses a 6x6 matrix, so it is reasonable to store in feed the subroutine with the complete matrix, but
my question arises when solving a 1 millon of sparse Eqs.(This is the reason why I am using parallel processing)
Would some body please explain me if there is some way to send [A] stored lets say for example as a 1D vector to avoid unnecessary zeros.
Any reply is very much welcome, thanks in advance.
cfav
 
Posts: 12
Joined: Fri Aug 10, 2007 9:22 pm
Location: USA

Re: ScaLAPACK Solving Ax=B how to store A

Postby buttari » Mon Aug 13, 2007 10:11 am

cfav wrote:Hi
I am completely new user of MPI and therefore of ScaLAPACK. I ve been trying to follow the tutorials provided in the ScaLAPACK web site, and I found my self a bit confused with the way the [A] matrix is given to ScaLAPACK.
One of the expamples presented in the Tuturial uses a 6x6 matrix, so it is reasonable to store in feed the subroutine with the complete matrix, but
my question arises when solving a 1 millon of sparse Eqs.(This is the reason why I am using parallel processing)
Would some body please explain me if there is some way to send [A] stored lets say for example as a 1D vector to avoid unnecessary zeros.
Any reply is very much welcome, thanks in advance.


Hi,
ScaLAPACK only works with dense data. For computations on sparse matrices you can use Trilinos, PETSc, PSBLAS,...
a list of freely available linear algebra libraries, where you can find what suits your needs best, is here:

http://www.netlib.org/utk/people/JackDo ... la-sw.html

Regards,

Alfredo
buttari
 
Posts: 51
Joined: Tue Jul 11, 2006 2:11 pm

Postby cfav » Mon Aug 13, 2007 8:08 pm

I am thankful to you for your reply.
cfav
 
Posts: 12
Joined: Fri Aug 10, 2007 9:22 pm
Location: USA


Return to User Discussion

Who is online

Users browsing this forum: No registered users and 4 guests