Re: Multi-Threading in ENVI [message #77848] |
Mon, 03 October 2011 11:14 |
d.poreh
Messages: 406 Registered: October 2007
|
Senior Member |
|
|
On Oct 3, 6:46 am, nata <bernat.puigdomen...@gmail.com> wrote:
> Hello,
>
> I don't know how ENVI works but in IDL I use multi-threading executing
> different sessions at the same time (Linux):
>
> command='idl -e ROUTINE -args part_1 &'
> SPAWN, command
>
> command='idl -e ROUTINE -args part_2 &'
> SPAWN, command
>
> command='idl -e ROUTINE -args part_3 &'
> SPAWN, command
>
> ;+
> ; Here I wait for the result
> ;-
>
> Not sure if this is wanna help you. Cheers,
> nata
Thanks Nata anyhow. i will try another way to find out.
Cheers,
Dave
|
|
|
Re: Multi-Threading in ENVI [message #77852 is a reply to message #77848] |
Mon, 03 October 2011 06:46  |
natha
Messages: 482 Registered: October 2007
|
Senior Member |
|
|
Hello,
I don't know how ENVI works but in IDL I use multi-threading executing
different sessions at the same time (Linux):
command='idl -e ROUTINE -args part_1 &'
SPAWN, command
command='idl -e ROUTINE -args part_2 &'
SPAWN, command
command='idl -e ROUTINE -args part_3 &'
SPAWN, command
;+
; Here I wait for the result
;-
Not sure if this is wanna help you. Cheers,
nata
|
|
|