[Trilinos-Users] EpetraExt::MatrixMatrix::Multiply

Kurt Stokbro kurt.stokbro at gmail.com
Wed Feb 20 07:39:56 MST 2008


We have been using EpetraExt::MatrixMatrix::Multiply, and discovered
that it uses enourmously amounts of memory, for 1000x1000 matrices,
it may use more than 100 times of the memory of one of the matrices to
perform the product. In our case this resulted in core dumps.

The behaviour seems to be related with that FillComplete is first
called when the function returns, thus all terms in the matrix product
is stored temporarily.

Maybe the behaviour of the distributed
EpetraExt::MatrixMatrix::Multiply should be changed.

We will use our own version.


Kurt Stokbro
Professor,
Department of Computer Science
University of Copenhagen
Universitetsparken 1
DK-2100 Copenhagen, Denmark
cell: 51320610



More information about the Trilinos-Users mailing list