the problem for GPULIB+IDL [message #84124] |
Sun, 28 April 2013 00:46  |
fanchao.lyu
Messages: 8 Registered: April 2013
|
Junior Member |
|
|
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?
|
|
|
|
Re: the problem for GPULIB+IDL [message #84196 is a reply to message #84124] |
Mon, 06 May 2013 16:45   |
fanchao.lyu
Messages: 8 Registered: April 2013
|
Junior Member |
|
|
On Monday, May 6, 2013 11:55:46 PM UTC+8, Mike Galloy wrote:
> On 5/6/13 7:43 AM, fanchao.lyu@gmail.com wrote:
>
>> After I restarted my computer, it is working now. And the @gpu_test
>
>> got a 36X speed up.
>
>>
>
>> Thank you very much for your newly released GPULib 1.6, Mike. And I
>
>> also appreciate Haje for your suggestion.
>
>>
>
>> Thank you all.
>
>>
>
>> But there is a problem, after I run several different demos, there
>
>> will be a error occurred. And there is always an error when I run
>
>> transform3d_demo. I am trying to figure them out.
>
>
>
> What graphics card do you have? GPUINIT prints out information about
>
> your graphics card when it is run.
>
Hi, Mike,
Here are the information got from "gpuinit":
"GPULib Free 1.6.0 (Revision: 2601)
Graphics card: GeForce GT 640, compute capability: 3.0, memory: 841 MB available, 1023 MB total
CUDA version: 5.0
MAGMA version: 1.3.0
Checking GPU memory allocation...cudaSuccess"
>
> 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 #84210 is a reply to message #84124] |
Mon, 06 May 2013 06:42   |
fanchao.lyu
Messages: 8 Registered: April 2013
|
Junior Member |
|
|
After I restarted my computer, it is working now. And the @gpu_test got a 36X speed up.
Thank you very much for your newly released GPULib 1.6, Mike.
And I also appreciate Haje for your suggestion.
Thank you all.
But there is a problem, after I run several different demos, there will be a error occurred. And there is always an error when I run transform3d_demo.
I am trying to figure them out.
On Saturday, May 4, 2013 12:04:59 AM UTC+8, Mike Galloy wrote:
> On 5/2/13 9:03 PM, fanchao.lyu@gmail.com wrote:
>
>> Thank you.
>
>> The version of Windows is Win7-64bit.
>
>> The CUDAToolkit 4.2 could be used on my system.
>
>> And I have signed up for the free download of GPULib 1.6.
>
>
>
> Great, let me know how that works!
>
>
>
>> after 3 days~~~~
>
>
>
> Just to clarify that "3 days" message, you have to download GPULib in
>
> the next 3 days (less now), not after 3 days.
>
>
>
> 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 #84212 is a reply to message #84124] |
Sun, 05 May 2013 22:01   |
fanchao.lyu
Messages: 8 Registered: April 2013
|
Junior Member |
|
|
I tried the latest released GPULib 1.6 and the IDL8.2-64bit on my 64bit Windows7 system with CUDA 5.0, but the message I got from running "gpuinit" is:
"
IDL> gpuinit
GPULib Emulation 1.6.0 (Revision: 2601)
% GPUINIT: using CPU IDL emulation
% CUDAGETDEVICEPROPERTIES: Error loading sharable executable.
Symbol: IDL_Load, File = C:\Program Files\Tech-X\GPULib 1.6.0\lib\gpulib.dll
%1 is not a valid Win32 application
% Contact support@txcorp.com for help with installation
"
I still do not know how to fix this....
On Saturday, May 4, 2013 12:04:59 AM UTC+8, Mike Galloy wrote:
> On 5/2/13 9:03 PM, fanchao.lyu@gmail.com wrote:
>
>> Thank you.
>
>> The version of Windows is Win7-64bit.
>
>> The CUDAToolkit 4.2 could be used on my system.
>
>> And I have signed up for the free download of GPULib 1.6.
>
>
>
> Great, let me know how that works!
>
>
>
>> after 3 days~~~~
>
>
>
> Just to clarify that "3 days" message, you have to download GPULib in
>
> the next 3 days (less now), not after 3 days.
>
>
>
> 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 #84236 is a reply to message #84124] |
Fri, 03 May 2013 05:37   |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Looks like you used the IDL version with the wrong bit-tage. Have you tried this on 32-bit IDL version. On 64-bit OS this is hidden away under the "Tools" menu.
On Thursday, May 2, 2013 11:03:18 PM UTC-4, fanch...@gmail.com wrote:
> Thank you.
>
> The version of Windows is Win7-64bit.
>
> The CUDAToolkit 4.2 could be used on my system.
>
> And I have signed up for the free download of GPULib 1.6.
>
> after 3 days~~~~
>
>
>
> Thank you very much.
>
>
>
> On Friday, May 3, 2013 1:51:02 AM UTC+8, Mike Galloy wrote:
>
>> On 5/2/13 1:06 AM, fanchao.lyu@gmail.com wrote:
>
>>
>
>>> 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.
>
>>
>
>>
>
>>
>
>> Could be an incompatibility between Windows versions. What version of
>
>>
>
>> Windows are you using?
>
>>
>
>>
>
>>
>
>> In any case, I would give the GPULib 1.6, released yesterday, a try and
>
>>
>
>> see if that just fixes the problem. For more information, see:
>
>>
>
>>
>
>>
>
>> http://www.txcorp.com/home/gpulib
>
>>
>
>>
>
>>
>
>> Downloads start here:
>
>>
>
>>
>
>>
>
>> http://www.txcorp.com/get-gpulib-software
>
>>
>
>>
>
>>
>
>> 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 #84239 is a reply to message #84153] |
Thu, 02 May 2013 20:03   |
fanchao.lyu
Messages: 8 Registered: April 2013
|
Junior Member |
|
|
Thank you.
The version of Windows is Win7-64bit.
The CUDAToolkit 4.2 could be used on my system.
And I have signed up for the free download of GPULib 1.6.
after 3 days~~~~
Thank you very much.
On Friday, May 3, 2013 1:51:02 AM UTC+8, Mike Galloy wrote:
> On 5/2/13 1:06 AM, fanchao.lyu@gmail.com wrote:
>
>> 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.
>
>
>
> Could be an incompatibility between Windows versions. What version of
>
> Windows are you using?
>
>
>
> In any case, I would give the GPULib 1.6, released yesterday, a try and
>
> see if that just fixes the problem. For more information, see:
>
>
>
> http://www.txcorp.com/home/gpulib
>
>
>
> Downloads start here:
>
>
>
> http://www.txcorp.com/get-gpulib-software
>
>
>
> 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 #84284 is a reply to message #84124] |
Tue, 07 May 2013 12:58  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 5/7/13 12:13 PM, David Fanning wrote:
> Michael Galloy writes:
>
>> And, of course, what are the errors given when you run several demos or
>> run the transform3d demo? Please include exact output.
>
> What's going on this week!? I've already gotten several e-mails saying
> something like this: "Your color bar routine is broken. How can I fix
> it?" No code, no clues, no indication its even my code! Sheesh!
>
> Cheers,
>
> David
>
> P.S. Turns out, of course, cgColorbar was being called "all wrong".
> What's the chance we can get that Three Stooges clip "No no no, you're
> doing it ALL WRONG!" built into IDL so we can just send that out?
Well, I had hopes that I could blame the graphics card, but it looks
like I will have to actually find out what is going on.
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 #84285 is a reply to message #84124] |
Tue, 07 May 2013 11:13  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Michael Galloy writes:
> And, of course, what are the errors given when you run several demos or
> run the transform3d demo? Please include exact output.
What's going on this week!? I've already gotten several e-mails saying
something like this: "Your color bar routine is broken. How can I fix
it?" No code, no clues, no indication its even my code! Sheesh!
Cheers,
David
P.S. Turns out, of course, cgColorbar was being called "all wrong".
What's the chance we can get that Three Stooges clip "No no no, you're
doing it ALL WRONG!" built into IDL so we can just send that out?
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
Re: the problem for GPULIB+IDL [message #84286 is a reply to message #84196] |
Tue, 07 May 2013 10:54  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 5/6/13 5:45 PM, fanchao.lyu@gmail.com wrote:
> On Monday, May 6, 2013 11:55:46 PM UTC+8, Mike Galloy wrote:
>> On 5/6/13 7:43 AM, fanchao.lyu@gmail.com wrote:
>>
>>> After I restarted my computer, it is working now. And the @gpu_test
>>
>>> got a 36X speed up.
>>
>>>
>>
>>> Thank you very much for your newly released GPULib 1.6, Mike. And I
>>
>>> also appreciate Haje for your suggestion.
>>
>>>
>>
>>> Thank you all.
>>
>>>
>>
>>> But there is a problem, after I run several different demos, there
>>
>>> will be a error occurred. And there is always an error when I run
>>
>>> transform3d_demo. I am trying to figure them out.
>>
>>
>>
>> What graphics card do you have? GPUINIT prints out information about
>>
>> your graphics card when it is run.
>>
>
> Hi, Mike,
>
> Here are the information got from "gpuinit":
>
> "GPULib Free 1.6.0 (Revision: 2601)
> Graphics card: GeForce GT 640, compute capability: 3.0, memory: 841 MB available, 1023 MB total
> CUDA version: 5.0
> MAGMA version: 1.3.0
> Checking GPU memory allocation...cudaSuccess"
And, of course, what are the errors given when you run several demos or
run the transform3d demo? Please include exact output.
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 #84727 is a reply to message #84233] |
Mon, 06 May 2013 06:43  |
fanchao.lyu
Messages: 8 Registered: April 2013
|
Junior Member |
|
|
After I restarted my computer, it is working now. And the @gpu_test got a 36X speed up.
Thank you very much for your newly released GPULib 1.6, Mike.
And I also appreciate Haje for your suggestion.
Thank you all.
But there is a problem, after I run several different demos, there will be a error occurred. And there is always an error when I run transform3d_demo.
I am trying to figure them out.
On Saturday, May 4, 2013 12:04:59 AM UTC+8, Mike Galloy wrote:
> On 5/2/13 9:03 PM, fanchao.lyu@gmail.com wrote:
>
>> Thank you.
>
>> The version of Windows is Win7-64bit.
>
>> The CUDAToolkit 4.2 could be used on my system.
>
>> And I have signed up for the free download of GPULib 1.6.
>
>
>
> Great, let me know how that works!
>
>
>
>> after 3 days~~~~
>
>
>
> Just to clarify that "3 days" message, you have to download GPULib in
>
> the next 3 days (less now), not after 3 days.
>
>
>
> Mike
>
> --
>
> Michael Galloy
>
> www.michaelgalloy.com
>
> Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
>
> Research Mathematician
>
> Tech-X Corporation
|
|
|