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

Home » Public Forums » archive » IDL_IDLBRIDGE undefined procedure problem
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
IDL_IDLBRIDGE undefined procedure problem [message #73494] Thu, 11 November 2010 07:05 Go to next message
Ammar Yusuf is currently offline  Ammar Yusuf
Messages: 36
Registered: October 2010
Member
Hi I'm new to using this IDL_IDLBRIDGE object so I was just running
some test code like:

Obj1 = OBJ_NEW('IDL_IDLBridge')
Obj1->Execute, "run1"

Obj2 = OBJ_NEW('IDL_IDLBridge')
Obj2->Execute, 'run2'

Obj3 = OBJ_NEW('IDL_IDLBridge')
Obj3->Execute, 'run3'

Obj4 = OBJ_NEW('IDL_IDLBridge')
Obj4->Execute, 'run4'

end

I have four separate functions in four separate files called pro run1,
pro run2, pro run3, and pro run4. They all do something really simple
but every time I run the above code I get this error:
IDL_IDLBRIDGE Error: Attempt to call undefined procedure/function:
'RUN1'.

Thanks.
Re: IDL_IDLBRIDGE undefined procedure problem [message #73519 is a reply to message #73494] Fri, 12 November 2010 18:56 Go to previous messageGo to next message
Haje Korth is currently offline  Haje Korth
Messages: 651
Registered: May 1997
Senior Member
You will have to try that. I have 16 cores but use only 12 for my
processing at a time. IMHO it does not make much sense to have more
jobs running than you can provide CPU power for. Haje


On Nov 12, 11:59 am, Ammar Yusuf <amyus...@gmail.com> wrote:
> On Nov 12, 8:29 am, Haje Korth <hajeko...@gmail.com> wrote:
>
>> If you use the /nowait keyword you can execute all bridge jobs
>> simultaneously. If you have enough cores the jobs will use different
>> cores for each execution. Haje
>
> Thanks! That worked for me. So I make 6 objects and I only have 4
> cores then it will run the 4 objects first and then wait for the other
> two or will it interleave all of them?
Re: IDL_IDLBRIDGE undefined procedure problem [message #73625 is a reply to message #73494] Tue, 16 November 2010 06:13 Go to previous messageGo to next message
Haje Korth is currently offline  Haje Korth
Messages: 651
Registered: May 1997
Senior Member
It's really dual XEON processors with hyper-threading in a single
server, so it's not true 16 cores.

On Nov 15, 4:48 pm, Ammar Yusuf <amyus...@gmail.com> wrote:
> On Nov 12, 9:56 pm, Haje Korth <hajeko...@gmail.com> wrote:
>
>> You will have to try that. I have 16 cores but use only 12 for my
>> processing at a time. IMHO it does not make much sense to have more
>> jobs running than you can provide CPU power for. Haje
>
> Just out of curiosity how do you have 16 cores? Is that on one
> machine, on a network, or somehow distributing them? Can the idl/
> bridge even do distributed computing? Thanks!
Re: IDL_IDLBRIDGE undefined procedure problem [message #73644 is a reply to message #73519] Mon, 15 November 2010 13:48 Go to previous messageGo to next message
Ammar Yusuf is currently offline  Ammar Yusuf
Messages: 36
Registered: October 2010
Member
On Nov 12, 9:56 pm, Haje Korth <hajeko...@gmail.com> wrote:
> You will have to try that. I have 16 cores but use only 12 for my
> processing at a time. IMHO it does not make much sense to have more
> jobs running than you can provide CPU power for. Haje

Just out of curiosity how do you have 16 cores? Is that on one
machine, on a network, or somehow distributing them? Can the idl/
bridge even do distributed computing? Thanks!
Re: IDL_IDLBRIDGE undefined procedure problem [message #87980 is a reply to message #73625] Sun, 09 March 2014 21:30 Go to previous message
cchsieh is currently offline  cchsieh
Messages: 1
Registered: March 2014
Junior Member
Dear all,

I have a question about the IDL_IDLBRIDGE. IDL_IDLBRIDGE is not work once I type the "/nowait". Error shows as below. Is there anyone knows how to solve it ? Thank a lot!

Attempt to call undefined method: 'IDL_IDLBRIDGE::ExecuteTimer'

Cheers,
Chih-Chiang



Haje Korth於 2010年11月16日星期二UTC+8下午10時13分45秒寫道
> It's really dual XEON processors with hyper-threading in a single
> server, so it's not true 16 cores.
>
> On Nov 15, 4:48 pm, Ammar Yusuf <amyus...@gmail.com> wrote:
>> On Nov 12, 9:56 pm, Haje Korth <hajeko...@gmail.com> wrote:
>>
>>> You will have to try that. I have 16 cores but use only 12 for my
>>> processing at a time. IMHO it does not make much sense to have more
>>> jobs running than you can provide CPU power for. Haje
>>
>> Just out of curiosity how do you have 16 cores? Is that on one
>> machine, on a network, or somehow distributing them? Can the idl/
>> bridge even do distributed computing? Thanks!
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: correlation coefficient with uncertain data
Next Topic: cubic B-splines

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

Current Time: Wed Oct 08 13:58:30 PDT 2025

Total time taken to generate the page: 0.00663 seconds