IDL_IDLBRIDGE undefined procedure problem [message #73494] |
Thu, 11 November 2010 07:05  |
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 #87980 is a reply to message #73625] |
Sun, 09 March 2014 21:30  |
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!
|
|
|