Re: Paging rate [message #43055] |
Wed, 23 March 2005 13:52 |
Paul Van Delst[1]
Messages: 1157 Registered: April 2002
|
Senior Member |
|
|
Jerome Colin wrote:
> Hello,
>
> I encounter some problems running some code because paging rate exceeded
> host threshold. Are there in IDL some ways to manage with such memory &
> swap issues ?
I don't know about IDL-specific methods, but I usually try to rewrite the code to not use
more memory than is available without resorting to swap space (e.g. on the
"super"computers here, if any one job on a node is excessively page faulting, then *all*
the running jobs on that node are terminated[*]. To avoid irate colleagues beating down
one's door, small memory-footprint applications are a good thing! :o)
paulv
[*]Disclaimer: that policy may have changed. Or not.
--
Paul van Delst
CIMSS @ NOAA/NCEP/EMC
|
|
|
Re: Paging rate [message #43056 is a reply to message #43055] |
Wed, 23 March 2005 13:25  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Jerome Colin writes:
> I encounter some problems running some code because paging rate exceeded
> host threshold. Are there in IDL some ways to manage with such memory &
> swap issues ?
Goodness! I don't have the foggiest idea what this means,
but I would have thought fast swapping would be a Good Thing. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|