Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go ยป
No member browsing this thread
Thread Status: Active
Total posts in this thread: 2
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1191 times and has 1 reply Next Thread
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
GPU not maxing out

I just want to make sure that all my GPU resources are pushing out what they should be I have only seemed to spike to 29.0% GPU usage and even when bitcoin mining it has ran at full, this is a GTX 660 OC from Asus.

the rest of the time it goes around 2.0% and 10.0%.

Any settings I could change to maximize it?

Thank You.
[Mar 19, 2013 6:25:21 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: GPU not maxing out

The GPU can only be maxed out if you config to at least allow 2 HCC-GPU tasks to run on 1 GPGPU, simply because the tasks have discreet CPU and GPU phases in the order:

1) CPU
2) GPU
3) CPU
4)CPU
5) GPU
6) CPU

Read up on app_config.xml posts and the required client 7.0.40 and higher for easy utilization. The sample below assumes 0.5 which is 1 : 0.5 = 2 per GPU and 1 : 0.5 = 2 GPU tasks assigned to 1 CPU core. Max_concurrent is optional if you wish to limit the overall number of HCC1 that can run on a system [GPU + CPU versions of the science]

<app_config>
<app>
<name>hcc1</name>
<max_concurrent>12</max_concurrent>
<gpu_versions>
<gpu_usage>.5</gpu_usage>
<cpu_usage>.5</cpu_usage>
</gpu_versions>
</app>
</app_config>

The wiki: http://boinc.berkeley.edu/wiki/Cc_config.xml
[Mar 19, 2013 7:13:12 PM]   Link   Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Post new Thread