comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: IDL with multiple processors
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL with multiple processors [message #13697 is a reply to message #13696] Sat, 05 December 1998 00:00 Go to previous messageGo to previous message
steinhh is currently offline  steinhh
Messages: 260
Registered: June 1994
Senior Member
In article <749919$okv@post.gsfc.nasa.gov>
thompson@orpheus.nascom.nasa.gov (William Thompson) writes:

> I always thought of IDL as an ideal candidate for parallelization,
> without any need for modified code. After all, one can apply an
> operation to an entire array of data in one call, i.e. if one says
>
> A = B + C
>
> and B and C are arrays, then this is equivalent to N separate
> operations on each of the elements of the arrays. Why couldn't
> this be split up over several processors?

You are of course right, Bill. This is definitely the optimal
strategy for parallelization for (well-written) IDL applications.
Among other things, it definitely scales a lot better with increasing
number of processors than writing a few threads that may execute
in parallell.

The only thing I can say to my defence for not mentioning it
is that it's, well, kind of boring, from a programmers perspective :-)

Stein Vidar
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Message command output sent to Journal file?
Next Topic: Re: How to kill a procedure?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 07:03:26 PDT 2025

Total time taken to generate the page: 0.63924 seconds