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

Home » Public Forums » archive » Re: Parallelise FOR loop in IDL
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: Parallelise FOR loop in IDL [message #77757 is a reply to message #77679] Tue, 20 September 2011 07:29 Go to previous messageGo to previous message
H. Evans is currently offline  H. Evans
Messages: 18
Registered: December 2009
Junior Member
On Sep 19, 3:58 pm, Vincent Sarago <vincent.sar...@orange.fr> wrote:
> Hi Robin,
>
> You may have a look on :http://www.ittvis.com/Default.aspx?tabid=1540&id=1306
>
> I never used it, but it might works.
>


yes, this can be used in this context. It creates multiple bridge
objects that can run on different cores of a machine.

The memory is shared between the bridge processes, and so you are
limited to simple data structures (no objects or structures, but you
can use arrays of int, real, double, etc.). Although for the complex
data structures, it is possible to save the input/output data
structures in a save file, restore them in the bridge session, run the
processing on it, save the outputs in save files and restore them back
in the main session.

I've used it many times, but since a cock up in the installation of
IDL v8.0, it no longer works on our main CPU machines (32 core
machines). Although it does still work on the IDLv7.2 on these
machines. I have not been able to work out why IDL v8.0 doesn't start
the Bridge process.

H.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Black background in IDL 8.1 map projections?
Next Topic: Re: Line plot with arrows

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

Current Time: Sun Oct 12 08:03:46 PDT 2025

Total time taken to generate the page: 1.35906 seconds