Questions tagged [scalapack]

ScaLAPACK is a library of high-performance linear algebra routines for parallel distributed memory machines. ScaLAPACK solves dense and banded linear systems, least squares problems, eigenvalue problems, and singular value problems.

The goals of the ScaLAPACK project are the same than the one’s of LAPACK, namely:

efficiency (to run as fast as possible),

scalability (as the problem size and number of processors grow),

reliability (including error bounds),

portability (across all important parallel machines),

flexibility (so users can construct new routines from well-designed parts),

and ease of use (by making the interface to LAPACK and ScaLAPACK look as similar as possible).

62 questions
0
votes
1 answer

Reporting/visualizing scalability results from MPI code... which would be the best way?

As part of my research, I have computed the parallel solution to different banded systems using ScaLAPACK. I am interested in reporting the achieved speedup as a function of both the rank for the matrix, r, and its bandwidth, b. How would this be…
Eduardo
  • 697
  • 8
  • 26
-2
votes
0 answers

invalid next size (normal) problem from MPI, Scalapack code

I wrote a using MPI and Scalapack on C++. I suffered invalid next size error. This error does not occur all the time, but seems to occur under several conditions. Program reading data from file and split date and send other node. Program is kicked…
1 2 3 4
5