<div dir="ltr">On Sun, Mar 31, 2013 at 8:58 AM, Michael Povolotskyi <span dir="ltr"><<a href="mailto:mpovolot@purdue.edu" target="_blank">mpovolot@purdue.edu</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear PETSc developers,<br>
I have the following question.<br>
PETSc has memory reporting system. Does it report the memory allocated inside a library (e.g MUMPS) when I call it from PETSc program?<br></blockquote><div><br></div><div style>It does not attribute it per object, though it is part of the total memory used by a process (e.g., PetscMemoryGetCurrentUsage, or -malloc_info).</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thank you,<br>
Michael.<br>
</blockquote></div><br></div></div>