Page 1 of 1

Re: Second GPU query

Posted: Tue Dec 19, 2017 10:22 pm
by Woodles
To define which GPU is used for each project, you need to modify your cc_config.xml file:

Code: Select all

<cc_config>
  <options>
    <use_all_gpus>1</use_all_gpus>
    <exclude_gpu>
      <url>https://boinc.thesonntags.com/collatz/</url>
      <device_num>0</device_num>
    </exclude_gpu>
    <exclude_gpu>
      <url>http://moowrap.net/</url>
      <device_num>1</device_num>
    </exclude_gpu>
  </options>
</cc_config>
Don't forget that you're excluding a GPU from the project so that cc_config.xml will allow GPU 1 to run on Collatz and GPU 0 to run on Moo.

Mark

Re: Second GPU query

Posted: Wed Dec 20, 2017 2:17 pm
by chriscambridge
I decided to join you Will..

Image

Re: Second GPU query

Posted: Wed Dec 20, 2017 2:56 pm
by wkdwill
Nice card :)

Don’t think that cc_config has worked, I applied it last night, checked that collatz was downloading ok, but on checking my stats today, no more credits on Moo, I’ll have to check over everything when I get home.

Re: Second GPU query

Posted: Wed Dec 20, 2017 3:08 pm
by Woodles
Hi Will,

Did you have both GPUs in your system when you downloaded the Moo tasks? Some projects tailor their tasks to what's available when requested and you may find that any tasks already downloaded are marked as being for two GPUs and are waiting for the second GPU to become available .. ie, never.

Check in the Boinc manager view for the number of GPUs the tasks are expecting to be available.

Mark

Re: Second GPU query

Posted: Wed Dec 20, 2017 6:48 pm
by wkdwill
Hi Mark,

Yeah both GPUs were in the system when I downloaded, I edited the cc_config then shut down Boinc, restarted Boinc and aborted the tasks that were marked as 2 x GPU, then I hit update on Moo and left it to it, didn't check before leaving the house this morning, just checked now and all Moo tasks are marked as 2xGPU.
Capture2.JPG
I've checked the logs and this is the entry that states project GPU exclusion.
Capture.JPG
So it seems Moo is ignoring the cc_config?

Thanks,

Will

Re: Second GPU query

Posted: Wed Dec 20, 2017 6:59 pm
by UBT - Mikee
Hi

No - Moo will only run when the two cards are available. So if 1 collatz is running it won't run the Moo WUs as there is only one card available and Moo wants 2 free.

Mike

Re: Second GPU query

Posted: Wed Dec 20, 2017 7:16 pm
by wkdwill
Hi Mike,

Don't think I'm understanding this properly,

My understanding is I can set the cc_config so I can have Moo should run on my 1080ti and Collatz on my 1070 as the 1070 has the speed up code,
Moo still wants 2xGPU but if I suspend Collatz Moo won't run as it wants both GPUs, even if I abort those WU's and download new ones it still wants both GPUs, so in that case is there any point in my editing the cc_config? am I asking for something that is not featured in Boinc software?

Cheers,

Will

Re: Second GPU query

Posted: Wed Dec 20, 2017 7:24 pm
by UBT - Mikee
Hi

I did try the code myself earlier and had the same problem. The code would probably be ok for say Primegrid and Collatz, but as Moo sees and wants both your GPUs (uses 2 GPUs to process 1 Work unit) I can't see the config mod working.

Mike

Re: Second GPU query

Posted: Wed Dec 20, 2017 7:29 pm
by wkdwill
Oh well back to the drawing board it is then.

Thanks for your help :)

Will