Message boards :
Number crunching :
WU take the wrong GPU !
Message board moderation
Author | Message |
---|---|
Send message Joined: 5 May 12 Posts: 5 Credit: 44,780,252 RAC: 0 |
Hi all ! I left the project for awhile and decided to come back. It seems my previous bug is still here. WUs have pretty odd behavior : I have two GPU card, one is ignored by cc_config.xml file : jeu. 18 août 2016 18:13:03 CEST | | CUDA: NVIDIA GPU 0 (ignored by config): GeForce GT 220 (driver version 340.96, CUDA version 6.5, compute capability 1.2, 1023MB, 897MB available, 196 GFLOPS peak) jeu. 18 août 2016 18:13:03 CEST | | CUDA: NVIDIA GPU 1: GeForce GT 430 (driver version 340.96, CUDA version 6.5, compute capability 2.1, 1024MB, 1009MB available, 269 GFLOPS peak) ... I have this in my cc_config.xml file : <ignore_nvidia_dev>0</ignore_nvidia_dev> The GPU #0 is used to display and not for crunching. But Moo's WU still use the GPU #0. Why ? This is critical, as I cannot use my computer if GPU #0 is used by Moo. Thanks. |
Send message Joined: 22 Jun 11 Posts: 2080 Credit: 1,844,407,912 RAC: 3,717 |
Hi all ! Copy this into Notepad, in Windows, and save it as a txt type file and then copy it in to the directory, again in Windows, c:\program data\Boinc then stop and restart Boinc and it should start working on device #1 ONLY. This excludes the device #0 from crunching at Moo, not any other projects just Moo. <cc_config> <options> <use_all_gpus>1</use_all_gpus> <exclude_gpu> <url>http://moowrap.net/</url> <device_num>0</device_num> </exclude_gpu> </options> </cc_config> |
Send message Joined: 5 May 12 Posts: 5 Credit: 44,780,252 RAC: 0 |
OK did it on Linux, and it seems to take it the right way : ven. 19 août 2016 16:58:16 CEST | Moo! Wrapper | Config: excluded GPU. Type: all. App: all. Device: 0 I'll see with next couple of WU, and report here. Thanks. |
Send message Joined: 22 Jun 11 Posts: 2080 Credit: 1,844,407,912 RAC: 3,717 |
OK did it on Linux, and it seems to take it the right way : Anytime. |
Send message Joined: 5 May 12 Posts: 5 Credit: 44,780,252 RAC: 0 |
Hello, Problem solved. Thanks :) |
Send message Joined: 22 Jun 11 Posts: 2080 Credit: 1,844,407,912 RAC: 3,717 |
Hello, WOO HOO!!! |
Send message Joined: 26 Jun 16 Posts: 53 Credit: 1,866,706,325 RAC: 0 |
Is this under LINUX? Moowrap has a long-running issue where it is flat out IGNORING the "ignore_nvidia_device" configuration option in cc_config.xml under LINUX, but it works under Windows. It is also ignoring what you tell it on the webpage configuration for LINUX installs. The version of the 520 client it is using for opencl under LINUX does NOT appear to support openCL 2.0 - that client needs to get updated to the CURRENT AMD64 OpenCL 521 client ASAP. |