View Single Post
Old Jan 11, 2013, 03:09 AM   #564
Norton
WCG Team Assistant
 
Norton's Avatar
 
Join Date: Dec 2011
Location: Northeast, USA
Posts: 5,152 (9.96/day)
Thanks: 5,385
Thanked 10,091 Times in 3,179 Posts

System Specs

Quote:
Originally Posted by brandonwh64 View Post
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
__________________
Why sit on the Bench when you can get in the game and Crunch!!!- World Community Grid (FTW)
CPU crunchers- FX-8350(4.4)/FX-8150(4.0)/FX-6200(4.0)/ PII 1045T/PII 1045T/i7-920/Xeon (6c/12t)....(44 cores/54 threads)
GPU crunchers- no WCG GPU work available
Folding@Home- 2x GTX 580's

WCG-TPU Mothers Day Challenge (5/10 thru 5/19- crunch for our Team, for Mom, for games and prizes )

Last edited by Norton; Jan 11, 2013 at 03:17 AM.
Norton is offline  
Crunching for Team TPU More than 25k PPD
Reply With Quote