How to disable Seti CUDA?

From BOINC Wiki
Revision as of 15:54, 29 August 2016 by Jord (talk | contribs) (adding table)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

So you have a CUDA capable GPU, but do not want to use it on those projects that are capable of using it. Is there an easy way to disable it?

Well yes.

In Seti, go to:

  • Your Account;
  • Seti@Home preferences;
  • edit preferences and take the check mark off the "Use Graphics Processing Unit (GPU) if available" option.
  • Save preferences with the Update preferences button and the next time your BOINC contacts Seti it'll get the information in that you no longer want to use the CUDA option.

You can use the above option in combination with the Venues (default, home, work, school etc.) to set which (range of) computers you do want to use CUDA and which you do not.

In case another project has the CUDA option already but they do not have the above option incorporated in their preferences, then you can use BOINC 6.5.0 (or later) in combination with a cc_config.xml file. In it add:

 <cc_config>
   <options>
     <no_gpus>1</no_gpus>
   </options>
 </cc_config>

Save it to your BOINC Data directory, default at C:\Documents and Settings\All Users\Application Data\BOINC\ in Windows XP or C:\ProgramData\BOINC\ in Vista. Then open BOINC Manager->Advanced view->Advanced->Read config file. This will read the new file and use it immediately.


Original writer Original FAQ Date
Jorden 479 10-01-2009