Can I reduce the GPU resource usage from "0.01 CPUs + 1 NVIDIA GPU" to "..0.8 NVDIA GPU” ?
Message boards :
Number crunching :
Can I reduce the GPU resource usage from "0.01 CPUs + 1 NVIDIA GPU" to "..0.8 NVDIA GPU” ?
Message board moderation
Author | Message |
---|---|
Send message Joined: 1 Sep 15 Posts: 2 Credit: 6,224,477 RAC: 117 |
I use a GTX980 card on WIN10. Only WU from this project get my desktop to flickers. I don’t have problems with other projects, like Einstein, Prime or Seti. Is there an option to reduce the GPU usage? Actual WU: <app_file>period_search_10112_windows_x86_64__cuda55.exe</app_file> <app_file>cudart64_55.dll</app_file> |
Send message Joined: 21 Dec 12 Posts: 176 Credit: 136,462,135 RAC: 6 |
|
Send message Joined: 11 Oct 16 Posts: 3 Credit: 28,320 RAC: 0 |
|
Send message Joined: 3 Aug 16 Posts: 19 Credit: 54,810,234 RAC: 950 |
I haven't crunched before with Prime or Seti but I know that E@H does not fully utilize a GPU. Even with 3-4 WUs at once. The stuttering arises because the Asteroids app completely utilizes your GPU, as it does mine. I sit at 99-100% most of the time. Unlike CPUs, there is no interrupts for the GPUs. It expects to process data as it comes in, in real time. When the buffer is full of compute and then there is a request to change the screen there is lag. CPUs have interrupts to insert high priority tasks and moves it to the front of queue so to speak. There is no way to set GPU utilization % either. Best option would try to use iGPU or another card when using the computer for daily tasks and turn off Asteroids and use your 980 for gaming as an example. |
Send message Joined: 6 Mar 14 Posts: 5 Credit: 9,347,213 RAC: 21,202 |
Last modified: 16 Oct 2016, 5:58:15 UTC You can't reduce the application effects via app_info or app_config. App_config allows you to tell boinc how many apps per project you can will allow to run or how many apps per gpu <gpu_usage>1.0...=1 _usage>0.5....=2 per gpu. app_info can redefine which app is launched but that executable will decide how your desktop behaves. TL;DR app_info.xml and app_config.xml aren't the answer alone. I would check into a newer or older more stable driver. Also consider the double precision penalty. |
Send message Joined: 19 Nov 14 Posts: 93 Credit: 30,066,240 RAC: 0 |
Hi Folks, I'm trying to get an app_config to work but keep getting errors:-/ <app_config> <app> <name>period_search_10200_ windows_x86_64_cuda55.exe</name> <user_friendly_name>Period_Search_Application_102.00_(cuda55)</name> </app> <max_concurrent>2</max_concurrent> <gpu_versions> <gpu_usage>.5</gpu_usage> <cpu_usage>.04</cpu_usage> </gpu_versions> Boinc doesnt see the ending </app> for some reason any ideas? Regards, Cliff |
Send message Joined: 19 Jun 12 Posts: 32 Credit: 5,674,973 RAC: 1,638 |
Hi Folks, I am not big on this stuff but don't you need </app_config> at the end of your listing to complete the file? Conan |
Send message Joined: 19 Nov 14 Posts: 93 Credit: 30,066,240 RAC: 0 |
|
Send message Joined: 12 Jan 13 Posts: 10 Credit: 57,194,400 RAC: 0 |
Hi Cliff, there is no point in running more than one instance at a time here at asteroids. The app uses 100% of any GPU so it's already fully utilised so no gain can be made from running more than one instance at a time and may actually decrease your overall output not to mention the extra screen lag it could cause. But this will work to run 2 WU's at once if you'd like to try. <app_config> <app> <name>period_search</name> <gpu_versions> <gpu_usage>0.5</gpu_usage> <cpu_usage>1</cpu_usage> </gpu_versions> </app> </app_config> |
Send message Joined: 1 Apr 13 Posts: 37 Credit: 153,496,537 RAC: 0 |
|
Send message Joined: 19 Nov 14 Posts: 93 Credit: 30,066,240 RAC: 0 |
Last modified: 1 Dec 2016, 3:25:20 UTC Hi JugNut, Nope doesn't work here, boinc sees the file, doesn't error any part of it, but nowt happens, designated gpu carry's on working 1 task. As far as number capability, I'm running GTX 980Ti for A@H and have an 8 core CPU so can free another core for the added task.. If I could get it to work:-) Regards, Cliff |
Send message Joined: 12 Jan 13 Posts: 10 Credit: 57,194,400 RAC: 0 |
Last modified: 1 Dec 2016, 7:01:24 UTC It definitely works I have two instances running on the GPU as I type this post using the above app_config.xml 1 Copy the the app_config as posted below and paste it into notepad then save the file as app_config.xml in C:\ProgramData\BOINC\projects\asteroidsathome.net_boinc\ *change C: for D: ect if you installed boinc to a differant drive* Also make sure it's NOT saved as a app_config.txt or app_config.xml.txt <app_config> <app> <name>period_search</name> <gpu_versions> <gpu_usage>0.5</gpu_usage> <cpu_usage>1</cpu_usage> </gpu_versions> </app> </app_config> 2. When back in boinc manager click on the Options menu, then click on "read config files" A few seconds later it should start running 2 instances on 1 GPU or 4 instances if you have 2 GPU's ect. Note: If your looking for the folder but can't find it it's because C:\ProgramData\ is a windows hidden folder. An easy way to get there is by using a keyboard shortcut. Just press the "windows key + R" together and copy the folder path noted in step 1 into the run box that appears and click OK. That will take you to the right folder for any further editing. |
Send message Joined: 19 Nov 14 Posts: 93 Credit: 30,066,240 RAC: 0 |
Hi JugNut, I've been around a bit:-) I know EXACTLY where ALL boinc related files are, including the a@h sub directory. I don't know what OS you use or what version of boinc. But on my rig, win7ult and boinc 7.6.22 it simply fails to do anything in the a@h sub directory, where it is supposed to go. And I've say here watching boinc detect the app_config.xml file and ignore its settings other then 1 error message saying there was NO period search application as named only the actual cuda .exe file that WAS there and when I changed the app_config to reflect the correct filename it no longer gave an error message but simply logged the existence of the app_config.xml file and ignored its settings.. Regards, Cliff |
Send message Joined: 12 Jan 13 Posts: 10 Credit: 57,194,400 RAC: 0 |
Last modified: 1 Dec 2016, 13:40:29 UTC |
Message boards :
Number crunching :
Can I reduce the GPU resource usage from "0.01 CPUs + 1 NVIDIA GPU" to "..0.8 NVDIA GPU” ?