Sorry I did not get back to you on this ...
I use an app_config file in the to tell boinc that a GPU Grid gpu task needs 1 cpu (this overrides the settings the gpugrid project assigns for cpu usage). I'll post the app_config details when I get home tonight (about 8 hours from now).
this goes in an app_config.xml file which is placed in the GPUGrid's \project folder
Code:
<app_config>
<app>
<name>acemdlong</name>
<max_concurrent>1</max_concurrent>
<gpu_versions>
<gpu_usage>1.00</gpu_usage>
<cpu_usage>1.00</cpu_usage>
</gpu_versions>
</app>
</app_config>
Bookmarks