Questions and Answers :
GPU applications :
SetiAtHome always uses integrated Intel GPU instead of NVidia
Message board moderation
Author | Message |
---|---|
hanxue Send message Joined: 23 Mar 12 Posts: 1 Credit: 47,326 RAC: 0 ![]() |
I have the following cc_config.xmlsettings <cc_config> <options> <ignore_intel_dev>1</ignore_intel_dev> </options> </cc_config> BOINC detects my setting to ignore Intel GPU. Yet it is still fetching Intel GPU work units. Fri Nov 9 12:55:40 2018 | | Re-reading cc_config.xml Fri Nov 9 12:55:40 2018 | | Config: ignoring Intel GPU 1 Fri Nov 9 12:55:40 2018 | | log flags: file_xfer, sched_ops, task Fri Nov 9 12:55:57 2018 | SETI@home | Sending scheduler request: To fetch work. Fri Nov 9 12:55:57 2018 | SETI@home | Requesting new tasks for Intel GPU Is there anyway to prevent BOINC from fetching Intel GPU workunits when I have it disabled? |
rob smith ![]() ![]() ![]() Send message Joined: 7 Mar 03 Posts: 21552 Credit: 416,307,556 RAC: 380 ![]() ![]() |
The "best" place to stop a particular type of processor getting tasks is from your "Account" web page: https://setiathome.berkeley.edu/prefs.php?subset=project Simply de-select the Intel GPU option and you will stop getting tasks for the Intel GPU from SETI Bob Smith Member of Seti PIPPS (Pluto is a Planet Protest Society) Somewhere in the (un)known Universe? |
![]() Send message Joined: 9 Jun 99 Posts: 15184 Credit: 4,362,181 RAC: 3 ![]() |
It's also because GPU device numbering starts at 0 (zero). So the Intel device to ignore is 0 (zero) <cc_config> <options> <ignore_intel_dev>0</ignore_intel_dev> </options> </cc_config> On a single CPU system you can't have a second Intel GPU (GPU 1), because there's only one built into the CPU. But in essence, unchecking the Use Intel GPU option on the project's preferences page fixes all that. |
©2023 University of California
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.