Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] CmiMemoryUsage() wrong on 64 bit machines

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] CmiMemoryUsage() wrong on 64 bit machines


Chronological Thread 
  • From: Gengbin Zheng <gzheng AT illinois.edu>
  • To: Tom Quinn <trq AT astro.washington.edu>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] [ppl] CmiMemoryUsage() wrong on 64 bit machines
  • Date: Fri, 15 Jun 2012 13:43:15 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

ok, this makes sense. mallocinfo for 64 bit machine is only for compatibility.
Maybe we should not call it at all instead of moving it down in the
list of methods.

Gengbin

On Fri, Jun 15, 2012 at 12:05 PM, Tom Quinn
<trq AT astro.washington.edu>
wrote:
> CmiMemoryUsage prefers to use the mallinfo interface.  This returns the
> bytes allocated as an "int", which overflows with more than 2GB of memory
> use.  Perhaps it should be moved down in the list of methods that
> CmiMemoryUsage uses to assertain memory usage.
>
> Tom Quinn       Astronomy, University of Washington
> Internet:      
> trq AT astro.washington.edu
> Phone:          206-685-9009
> _______________________________________________
> charm mailing list
> charm AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm
> _______________________________________________
> ppl mailing list
> ppl AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/ppl




  • Re: [charm] [ppl] CmiMemoryUsage() wrong on 64 bit machines, Gengbin Zheng, 06/15/2012

Archive powered by MHonArc 2.6.16.

Top of Page