[petsc-users] memory use of a DMDA

Jed Brown jedbrown at mcs.anl.gov
Tue Oct 22 07:25:41 CDT 2013


Matthew Knepley <knepley at gmail.com> writes:
> We sometimes allocate temporary memory that we free afterwards (like 2
> vectors which we use to setup the scatters). It will not be allocated
> at the same time as other vectors, but if the OS does not reclaim the
> memory, it will show up on RSS.

That should not show up in the information he's gathering.  Only the
peak allocated at any one time, not the cumulative value of all calls to
malloc.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20131022/5ad7fa15/attachment.pgp>


More information about the petsc-users mailing list