Re: IDL's thread pool [message #78655] |
Thu, 01 December 2011 10:08 |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 12/1/11 7:51 AM, Dave Poreh wrote:
> Folks
> hi,
> I need to use IDL's thread pool for windows. my data is so big and i
> need to do some multiplication and dividing. can somebody help with a
> simple example please?
> Thanks for any kind of help in advance.
> Cheers,
> Dave
Typically, you don't have to do anything. Use the CPU routine (or the
thread pool keywords to some analysis routines) to configure parameters
about your system and your preferences, i.e., the minimum number of
elements to require before using the thread pool, the number of threads
to use, etc.
Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL, A Guide to Learning IDL: http://modernidl.idldev.com
Research Mathematician
Tech-X Corporation
|
|
|