Message boards : Questions and problems : Intel gpu as second gpu, assistance requested
Message board moderation
Author | Message |
---|---|
Send message Joined: 29 Sep 13 Posts: 2 ![]() |
DISCLAIMER - I'm a BOINC newbie - Less than a week old. I want to try to use my Intel GPU with my (not gamer) nvidia. I have spent hours looking for an answer with no success. Up to this point, I have created a cc_config.xml that is being read with an error of "Unrecognized tag in cc_config.xml: <coproc>". Current nonworking file reads: <cc_config> <coproc> <type>intelgpu</type> <count>1</count> <device_nums>0 2</device_nums> [ <peak_flops>1e10</peak_flops> ] </coproc> </cc_config> I don't even know what some of this means. It's from an example I found. Is there some kind cruncher out there that can tell me exactly (don't leave me options...) what to type? Partial Event Log included (hope it helps). Thanks in advance! Rocketguy 9/28/2013 6:43:22 PM | | No config file found - using defaults 9/28/2013 6:43:22 PM | | Starting BOINC client version 7.0.64 for windows_x86_64 9/28/2013 6:43:22 PM | | log flags: file_xfer, sched_ops, task 9/28/2013 6:43:22 PM | | Libraries: libcurl/7.25.0 OpenSSL/1.0.1 zlib/1.2.6 9/28/2013 6:43:22 PM | | Data directory: C:\ProgramData\BOINC 9/28/2013 6:43:22 PM | | Running under account Clark 9/28/2013 6:43:22 PM | | Processor: 4 GenuineIntel Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz [Family 6 Model 60 Stepping 3] 9/28/2013 6:43:22 PM | | Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss htt tm pni ssse3 fma cx16 sse4_1 sse4_2 movebe popcnt aes syscall nx lm vmx tm2 pbe 9/28/2013 6:43:22 PM | | OS: Microsoft Windows 8: Core x64 Edition, (06.02.9200.00) 9/28/2013 6:43:22 PM | | Memory: 7.89 GB physical, 15.89 GB virtual 9/28/2013 6:43:22 PM | | Disk: 209.25 GB total, 157.72 GB free 9/28/2013 6:43:22 PM | | Local time is UTC -5 hours 9/28/2013 6:43:22 PM | | CUDA: NVIDIA GPU 0: GeForce GT 640 (driver version 327.23, CUDA version 5.50, compute capability 3.0, 2048MB, 1926MB available, 692 GFLOPS peak) 9/28/2013 6:43:22 PM | | OpenCL: NVIDIA GPU 0: GeForce GT 640 (driver version 327.23, device version OpenCL 1.1 CUDA, 2048MB, 1926MB available, 692 GFLOPS peak) 9/28/2013 6:43:22 PM | | OpenCL: Intel GPU 0: Intel(R) HD Graphics 4600 (driver version 9.18.10.3257, device version OpenCL 1.2, 1752MB, 1752MB available, 200 GFLOPS peak) 9/28/2013 6:43:22 PM | Milkyway@Home | URL http://milkyway.cs.rpi.edu/milkyway/; Computer ID 539087; resource share 100 9/28/2013 6:43:22 PM | pogs | URL http://pogs.theskynet.org/pogs/; Computer ID 16380; resource share 100 9/28/2013 6:43:22 PM | SETI@home | URL http://setiathome.berkeley.edu/; Computer ID 7101637; resource share 100 9/28/2013 6:43:22 PM | pogs | General prefs: from pogs (last modified 27-Sep-2013 22:14:47) 9/28/2013 6:43:22 PM | pogs | Host location: none 9/28/2013 6:43:22 PM | pogs | General prefs: using your defaults 9/28/2013 6:43:22 PM | | Reading preferences override file 9/28/2013 6:43:22 PM | | Preferences: 9/28/2013 6:43:22 PM | | max memory usage when active: 7273.84MB 9/28/2013 6:43:22 PM | | max memory usage when idle: 7677.94MB 9/28/2013 6:43:22 PM | | max disk usage: 104.63GB 9/28/2013 6:43:22 PM | | suspend work if non-BOINC CPU load exceeds 50 % 9/28/2013 6:43:22 PM | | (to change preferences, visit a project web site or select Preferences in the Manager) 9/28/2013 6:43:22 PM | | Not using a proxy |
Send message Joined: 5 Mar 08 Posts: 272 ![]() |
DISCLAIMER - I'm a BOINC newbie - Less than a week old. You've already got it recognising the iGPU so all you need to do is attach to a project that supports them. Einstein do, not sure about Milkyway or Skynet pogs. SETI don't, they had an app being tested but it was withdrawn. If you have an up to date BOINC like the 7.2 series it should behave. You don't need the cc_config file at all. I'd suggest you get 7.2.11 which seems pretty stable. It's a beta test version. You can get all versions from here MarkJ |
![]() Send message Joined: 29 Aug 05 Posts: 15640 ![]() |
If you want to learn how to use the cc_config.xml file, BOINC has a Wiki. Now, when I fill in boinc cc_config.xml into Google, the very first link brings me to http://boinc.berkeley.edu/wiki/Client_configuration. There you'll see that you were missing the <options></options> tags and that anything in square brackets is optional. XML language does not use square brackets [] for anything, only angle brackets <>. Also, the <coproc/> tag is used to specify which GPU you want to use at a specific project, and is only used in combination with the anonymous platform, or app_info.xml file. You're not using the anonymous platform at any of your projects, so you don't have to use the cc_config.xml file in this form. If, ever, one of your GPUs gets to be detected but shown 'Not used', then you do want to have a cc_config.xml file, with the following in it: <cc_config> <options> <use_all_gpus>1</use_all_gpus> </options> </cc_config> Nothing more. Save that into the BOINC data directory (the hidden directory at C:\ProgramData\BOINC), and exit & restart BOINC to get it to be used. |
Send message Joined: 29 Sep 13 Posts: 2 ![]() |
Sending THANKS to MarkJ and Ageless. Event log (now) shows no errors and I'm off to check out Einstein. If the gift is in the giving, you both helped! I can only hope my cycles of cpu time can contribute in some small way. |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.