Do you have installed BOINC as a service (Protected Application Execution mode)? In that case, BOINC wouldn't be able to find/use the graphics drivers.
Gruß,
Gundolf
Computer sind nicht alles im Leben. (Kleiner Scherz)
Also, if you haven't got BOINC installed as a service, did you install the Windows supplied drivers for this videocard, or the drivers from Nvidia? You will need the latter drivers, if you want BOINC to see the GPU. The Windows supplied drivers have the CUDA part disabled.
Then you installed it as a service. You will need to uninstall BOINC through Start->Control Panel->Uninstall a program. Then reinstall it and in the 3rd screen in the installer (see here for an example), click the Advanced button. Then uncheck the "Protected application execution" option, before continuing to install BOINC.
I am using the latest drivers from NVIDIA, 258.96 just came out last week.
I installed BOINC with the installer. It runs in the system tray.
It is also running in services.
Hi,
I use a GTX260 as well, it works.
Last week I tried the driver update. All tasks failed, not only E@H, also Seti and Milkyway.
I downgraded to an older version, its working again.
I'm not sure this is what Ian had in mind. Once you get GPU tasks working for BOINC, boinc will run at most as many ABP2 CUDA tasks as you have GPUs in parallel. You will still get CPU tasks in addition, because otherwise your CPU will be partly idle (and we don't want idle, do we :-) ).
The discussion Alex quoted was about forcing one or the other type of CPU tasks, it is not really related to GPU tasks.
My GPU is vastly superior to my CPU so its logical to replace tasks with the CUDA/OpenCL equivalent.
Both CUDA and OpenCL will still use the CPU. CUDA will still use it for translation of the tasks to something the GPU can understand, for transfer of the data to the GPU's memory and back to disk. You cannot run any GPGPU applications on a GPU only as there is no OS that understands that.
OpenCL will use all computing hardware in a computer, be it CPU, GPU or other (the Network Processing Unit comes to mind). While the first demos of OpenCL may only use a CPU or a GPU, you'll find that they only use one of these per demo. So if you have 4 cores and 5 GTX 295s in your system, any OpenCL demo at this time will only use either 1 of the cores, or 1 of your 10 GPUs.
Only somewhere in a near future will they want whatever work is done to be done in parallel by all your computing hardware.
Quote:
I noticed there are still a lot of tasks that are not using the GPU, guess they are not as skilled as I am at writing code for extreme computations.
Since you feel that the Einstein admins are vastly inferior to your programming awe, why not tell them you're here to help? Take their source code and engineer your superior own version, show them what can be done with it?
Go on then, given your superior knowledge of how to do these things, it should be easy. You'll whip up a working application in 24 hours and offer that for testing for the crew. You'll make it all 64bit as well. On top of it all, you'll do this all for free as you're in a helping spirit! :)
Ian, your signature contains a link to a commercial site seeking moneys - hence is deemed by forum policy to be a commercial advertisement. In addition your post content also contains indirect commercial inducement.
Normally such posts would be deleted without prior warning. As you are a new member, thus possibly not fully aware of forum policy, I simply direct that you promptly alter your signature and refrain from commercial inducement in the future, lest you be subject to moderation without further discussion in the usual way.
Cheers, Mike.
( edit ) The original post for this thread was
Quote:
When I launch BOINC it says there is no suitable GPU. I have a GTX 260 MaxCore graphics card that is CUDA, OpenCL and everything else.
No matter to me if BOINC does not like it.
I have made this letter longer than usual because I lack the time to make it shorter ...
... and my other CPU is a Ryzen 5950X :-) Blaise Pascal
Contents of PM from Mr Green, for the purposes of illustration to other contributors as a demonstration of moderation policy ( hence a warning against the breach ) :
Quote:
FYI, my machine costs money, others tolerate my solicitation
So I have removed E@H and its not ever going use 1 cycle of my CPUs or GPUs ever again
I need work and I look everywhere.
Obviously not here, so E@H will now be blackballed
There are no exceptions to the exclusion of commercial content, including this poster's surreptitious attempts to subvert policy. More generally, the act of volunteering resources to E@H does not yield entitlement to transgress the rules of conduct. Put simply : don't join E@H for the purposes of gaining an advertising audience, however indirectly.
Be aware that the boards title page, the moderation explanation page, and the left-sidebar that appears when composing a post all contain clear advice as to the boundaries and rules.
Cheers, Mike.
I have made this letter longer than usual because I lack the time to make it shorter ...
... and my other CPU is a Ryzen 5950X :-) Blaise Pascal
No suitable GPU ?
)
Do you have installed BOINC as a service (Protected Application Execution mode)? In that case, BOINC wouldn't be able to find/use the graphics drivers.
Gruß,
Gundolf
Computer sind nicht alles im Leben. (Kleiner Scherz)
Also, if you haven't got
)
Also, if you haven't got BOINC installed as a service, did you install the Windows supplied drivers for this videocard, or the drivers from Nvidia? You will need the latter drivers, if you want BOINC to see the GPU. The Windows supplied drivers have the CUDA part disabled.
Then you installed it as a
)
Then you installed it as a service. You will need to uninstall BOINC through Start->Control Panel->Uninstall a program. Then reinstall it and in the 3rd screen in the installer (see here for an example), click the Advanced button. Then uncheck the "Protected application execution" option, before continuing to install BOINC.
RE: I am using the latest
)
Hi,
I use a GTX260 as well, it works.
Last week I tried the driver update. All tasks failed, not only E@H, also Seti and Milkyway.
I downgraded to an older version, its working again.
Alexander
RE: I made the change as
)
Sorry Ian, they don't like that.
Check that http://einsteinathome.org/node/194938&nowrap=true#105248
Alexander
RE: RE: I made the change
)
I'm not sure this is what Ian had in mind. Once you get GPU tasks working for BOINC, boinc will run at most as many ABP2 CUDA tasks as you have GPUs in parallel. You will still get CPU tasks in addition, because otherwise your CPU will be partly idle (and we don't want idle, do we :-) ).
The discussion Alex quoted was about forcing one or the other type of CPU tasks, it is not really related to GPU tasks.
Happy crunching
HB
RE: My GPU is vastly
)
Both CUDA and OpenCL will still use the CPU. CUDA will still use it for translation of the tasks to something the GPU can understand, for transfer of the data to the GPU's memory and back to disk. You cannot run any GPGPU applications on a GPU only as there is no OS that understands that.
OpenCL will use all computing hardware in a computer, be it CPU, GPU or other (the Network Processing Unit comes to mind). While the first demos of OpenCL may only use a CPU or a GPU, you'll find that they only use one of these per demo. So if you have 4 cores and 5 GTX 295s in your system, any OpenCL demo at this time will only use either 1 of the cores, or 1 of your 10 GPUs.
Only somewhere in a near future will they want whatever work is done to be done in parallel by all your computing hardware.
Since you feel that the Einstein admins are vastly inferior to your programming awe, why not tell them you're here to help? Take their source code and engineer your superior own version, show them what can be done with it?
Go on then, given your superior knowledge of how to do these things, it should be easy. You'll whip up a working application in 24 hours and offer that for testing for the crew. You'll make it all 64bit as well. On top of it all, you'll do this all for free as you're in a helping spirit! :)
RE: Look at my site in the
)
Ian, your signature contains a link to a commercial site seeking moneys - hence is deemed by forum policy to be a commercial advertisement. In addition your post content also contains indirect commercial inducement.
Normally such posts would be deleted without prior warning. As you are a new member, thus possibly not fully aware of forum policy, I simply direct that you promptly alter your signature and refrain from commercial inducement in the future, lest you be subject to moderation without further discussion in the usual way.
Cheers, Mike.
( edit ) The original post for this thread was
I have made this letter longer than usual because I lack the time to make it shorter ...
... and my other CPU is a Ryzen 5950X :-) Blaise Pascal
Contents of PM from Mr Green,
)
Contents of PM from Mr Green, for the purposes of illustration to other contributors as a demonstration of moderation policy ( hence a warning against the breach ) :
There are no exceptions to the exclusion of commercial content, including this poster's surreptitious attempts to subvert policy. More generally, the act of volunteering resources to E@H does not yield entitlement to transgress the rules of conduct. Put simply : don't join E@H for the purposes of gaining an advertising audience, however indirectly.
Be aware that the boards title page, the moderation explanation page, and the left-sidebar that appears when composing a post all contain clear advice as to the boundaries and rules.
Cheers, Mike.
I have made this letter longer than usual because I lack the time to make it shorter ...
... and my other CPU is a Ryzen 5950X :-) Blaise Pascal