Newsgroups: comp.parallel.pvm
From: Erik Reinhard <reinhard@cs.bris.ac.uk>
Subject: Q: Memory usage?
Content-Type: multipart/mixed; boundary="------------7F8B841A41C983CD101E4D52"
Message-Id: <3795CE79.E9CE486@cs.bris.ac.uk>
Sender: usenet@fsa.bris.ac.uk (Usenet)
Organization: University of Bristol
Mime-Version: 1.0
Date: Wed, 21 Jul 1999 13:43:22 GMT
Xref: ukc comp.parallel.pvm:8591


This is a multi-part message in MIME format.
--------------7F8B841A41C983CD101E4D52
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,

I've been instrumenting my application with respect to memory usage.
All mallocs have a wrapper so I know exactly what my application uses.
My latest test showed that this was roughly 15MB. Adding static arrays
and the size of the executable gives me about 20MB total. In addition,
I've managed to measure the size of the PVM input buffer, which did
not exceed 1.5MB. Output buffers are small by comparison.

Looking at the processing with top revealed that the whole thing took
about 28MB, which means that there is 6-7MB of memory missing.
So now my question: I do not have any insight into the inner workings
of PVM. Is there a way to find out how much PVM allocates for itself?

Thanks very much,
Erik

--------------7F8B841A41C983CD101E4D52
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Erik Reinhard
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Erik Reinhard
n:              Reinhard;Erik
org:            University of Bristol
adr:            Dept. of Computer Science;;Merchant Venturers Bldg., Woodland Road;Bristol;;BS8 1UB;United Kingdom
email;internet: reinhard@cs.bris.ac.uk
tel;work:       +44 117 954 5112
tel;fax:        +44 117 954 5208
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard


--------------7F8B841A41C983CD101E4D52--

