[petsc-users] Matrix stored on many machines, filled by one process

Jed Brown jed at 59A2.org
Thu May 19 03:06:04 CDT 2011


On Thu, May 19, 2011 at 09:54, Bartłomiej W <bartlomiej.wach at yahoo.pl>wrote:

> I wanted to try a 64 bit system out and got the ubuntu with 2 GB RAM and
> additional 11 GB swap and still I get memory allocation error like this:
>
> [0] Maximum memory PetscMalloc()ed 2,514,564,304 OS cannot compute size of
> entire process


This is in PetscMallocComputeLog() and is not really an error. It's really
intended to be called when your program completes since the "maximum usage"
is calculated when objects are destroyed instead of when they are allocated.
(This could be handled better.) What is your code doing and what options are
you running with?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110519/612b5479/attachment.htm>


More information about the petsc-users mailing list