Results 1 to 4 of 4

Thread: Dual GPU system... Set 2nd card to boinc, and other to not?

  1. #1
    Silver Member
    Dorsilfin's Avatar
    Join Date
    November 15th, 2010
    Posts
    224

    Dual GPU system... Set 2nd card to boinc, and other to not?

    Well Im finally getting around to enjoying my gaming rig I built =)

    However, With my current configuration I only need 1 of my 570's to work for my gaming, so I was wondering if there is a way to tell BOINC to run only my 2nd card for gpu crunching so that I can continue to game but not have to tie up the whole system for gpu crunching?

  2. #2
    Administrator
    Bryan's Avatar
    Join Date
    October 27th, 2010
    Location
    CO summer, TX winter
    Posts
    6,457

    Re: Dual GPU system... Set 2nd card to boinc, and other to not?

    Yes there is but I can't tell you exactly how to do it. I think it takes a config file in the BOINC directory where you can tell it to exclude a card and it won't be used for crunching. There was a post on these forums a few weeks ago talking about it.

    Someone will come along that knows how its done, I just wanted to let you know that it CAN be done.


  3. #3
    Diamond Member
    zombie67's Avatar
    Join Date
    October 24th, 2010
    Location
    Reno, NV
    Posts
    7,293

    Re: Dual GPU system... Set 2nd card to boinc, and other to not?

    Use a config_cc.xml:

    http://boinc.berkeley.edu/wiki/Client_configuration

    <ignore_cuda_dev>N</ignore_cuda_dev>, <ignore_ati_dev>N</ignore_ati_dev>
    ignore (don't use) a specific NVIDIA or ATI GPU. You can ignore more than one. New in 6.10.19
    "Don't confront me with my failures, I had not forgotten them" - Jackson Browne

    Avatar source


  4. #4
    Silver Member
    Dorsilfin's Avatar
    Join Date
    November 15th, 2010
    Posts
    224

    Re: Dual GPU system... Set 2nd card to boinc, and other to not?

    Got it going!

    <cc_config>
    <options>
    <use_all_gpus>1</use_all_gpus>
    <ignore_cuda_dev>0</ignore_cuda_dev>
    </options>
    </cc_config>

    seemed to be the trick, turns my 1st slot GPU off

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •