Re: GPU Crunching question
I would keep the AMD and the NVidia cards in separate machines. Though it's possible to run both together, it's much easier to keep them in separate machines.
The GTX 280 is an older card, right? If you're going to avoid crunching on one of them, that would be the one. Otherwise, I'd stick one of each into the boxes. Doesn't really matter which card goes into which box for the most part.
For SETI, you'll want to run multiple WUs on each card, and probably reserve a full thread for GPU crunching (we can give more details on this later). Latest NVidia drivers. There is also an optimized package for SETI that would be great to install (can someone dig up the link?).
Keep asking questions. We're happy to help. :D
Re: GPU Crunching question
Great. Between the GTX 280 & the HD 6870 which would you choose? I am totally novice to the world of GPU crunching. I also have one machine with a Zotac GT 630 & a Radeon HD 6870 installed but seti is only doing 1 WU at a time on the 4 cores & the HD 6870 card isn't being used at all from what I can see but I wouldn't know how to tell unless it bit me.
Re: GPU Crunching question
So, to get both cards crunching, you'll want to add a "use_all_gpus" tag to your cc_config.xml file. Check out this to get an idea of what I'm talking about: http://www.setiusa.us/faq.php?faq=manage#faq_manage4
I'd dig up more, but I'm still at work. I'll try and get back to this tonight, unless others want to jump in.
Re: GPU Crunching question
I added this -
<cc_config>
<log_flags>
[ ... ]
</log_flags>
<options>
[ ... ]
</options>
</cc_config>
<cc_config>
<options>
<use_all_gpus>
</options>
</cc_config>
I also got this message after adding the config
10/29/2014 6:27:50 PM | | Unexpected text in cc_config.xml: [ ... ]
10/29/2014 6:27:50 PM | | Not using a proxy
10/29/2014 6:27:50 PM | | log flags: file_xfer, sched_ops, task
10/29/2014 6:27:56 PM | | Re-reading cc_config.xml
Re: GPU Crunching question
<cc_config>
<options>
<report_results_immediately>1 </report_results_immediately>
<use_all_gpus>
</options>
</cc_config>
Just use the above and you should be golden.
Re: GPU Crunching question
Doesn't it need to be <use_all__gpus>1</use_all_gpus> or has something changed?
Sent from my Galaxy S4 using Tapatalk Pro
Re: GPU Crunching question
D'oh! Yeah, I was so busy looking at the syntax, I missed the content.
http://boinc.berkeley.edu/wiki/Client_configuration
<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>
Re: GPU Crunching question
Quote:
Originally Posted by
zombie67
Whoops, me too.
Re: GPU Crunching question
Thanks for all the help. I got everything updated & didn't get any errors. Now, I will sit back & see what it does.