Quote:
Originally Posted by brandonwh64
Trying to get laughingmans WCG to work
He has a FX 8 core
two 7770's
And he wants to run 4 WU's per card. what would be the proper xml file for him.
WE are pulling our hair out trying to get it to work.
|
MJost of this info is on Post #1 of this thread:
Download and install BOINC 7.0.44
-Attach to WCG account- do the initial downloads, click no new tasks, and shut down BOINC
- Make a cc_config.xml file (put in Program Data> BOINC folder)
Code:
<cc_config>
<options>
<report_results_immediately>1</report_results_immediately>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>
Use this app_config.xml (1 cpu per 0.25 gpu- total of 8 gpu wu's)
Code:
<app_config>
<app>
<name>hcc1</name>
<max_concurrent>8</max_concurrent>
<gpu_versions>
<gpu_usage>.25</gpu_usage>
<cpu_usage>1.0</cpu_usage>
</gpu_versions>
</app>
</app_config>
Restart BOINC
*Note- Check the project profile on WCG to make sure HCC project and GPU work is selected