Re: the problem for GPULIB+IDL [message #84122] |
Sun, 28 April 2013 08:34  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 4/28/13 1:46 am, fanchao.lyu@gmail.com wrote:
> i have already install the cuda3.2 and cuda 4.2, and the gpulib 1.4.4, and the idl path have already correctly set, but the message got from the gpuinit is :
>
> GPUINIT: using pure IDL emulation
>
> and the !gpu.mode is 0
>
> how can i do?
>
After doing the GPUINIT, do:
IDL> print, !error_state.msg
and send me the results.
Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation
|
|
|
Re: the problem for GPULIB+IDL [message #84171 is a reply to message #84122] |
Thu, 02 May 2013 00:06  |
fanchao.lyu
Messages: 8 Registered: April 2013
|
Junior Member |
|
|
Hi, Mike
this is the results got from the "IDL> print, !error_state.msg"
CUDASETDEVICE: Error loading sharable executable.
Symbol: IDL_Load, File = C:\Program Files\Tech-X\GPULib\lib\gpulib.dll
%1 is not a valid Win32 application
Thank you for your help.
On Sunday, April 28, 2013 11:34:41 PM UTC+8, Mike Galloy wrote:
> On 4/28/13 1:46 am, fanchao.lyu@gmail.com wrote:
>
>> i have already install the cuda3.2 and cuda 4.2, and the gpulib 1.4.4, and the idl path have already correctly set, but the message got from the gpuinit is :
>
>>
>
>> GPUINIT: using pure IDL emulation
>
>>
>
>> and the !gpu.mode is 0
>
>>
>
>> how can i do?
>
>>
>
>
>
> After doing the GPUINIT, do:
>
>
>
> IDL> print, !error_state.msg
>
>
>
> and send me the results.
>
>
>
> Mike
>
> --
>
> Michael Galloy
>
> www.michaelgalloy.com
>
> Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
>
> Research Mathematician
>
> Tech-X Corporation
|
|
|