Work balancing problem with mixed AMD/NVIDIA setup

Aron
Aron
Joined: 29 Sep 06
Posts: 29
Credit: 1154829667
RAC: 0
Topic 220553

Hi,

I've got this computer https://einsteinathome.org/host/12460398 crunching with 2 Radeon VII and 3 NVIDIA GTX 1080. Each AMD card is a factor of 4 faster than the NVIDIA card, however it seems that somehow the NVIDIA cards get "priority" when requesting new tasks. Currently I'm out of tasks for the Radeons but the NVIDIA cards have "too many tasks" (https://ibb.co/3M8Pr7j). 

Any ideas how to tip the scales in favor of the AMD cards?

Thanks!

 

mikey
mikey
Joined: 22 Jan 05
Posts: 11888
Credit: 1828067059
RAC: 206328

Aron wrote:Hi,I've got this

Aron wrote:

Hi,

I've got this computer https://einsteinathome.org/host/12460398 crunching with 2 Radeon VII and 3 NVIDIA GTX 1080. Each AMD card is a factor of 4 faster than the NVIDIA card, however it seems that somehow the NVIDIA cards get "priority" when requesting new tasks. Currently I'm out of tasks for the Radeons but the NVIDIA cards have "too many tasks" (https://ibb.co/3M8Pr7j). 

Any ideas how to tip the scales in favor of the AMD cards?

Thanks!

One way would be  to install Boinc again in a different directory and exclude the AMD cards in one instance and exclude the Nvdidia gpu's in the other one, that way they both have their own cache.

Another way would be to just get another pc for one  or the other brand. I used to find pc's on the curb on trash day when I first started, it helped build my collection. One warning is to be sure to wipe the harddrive BEFORE you hook it up to your network as some were FULL of viruses. I found Derek's Boot and Nuke an easy way to do this, just boot up the pc with the cd in the drive and after a few clicks it wipes the drive with ones and then zero's and then ones again. THE FBI says that doing that seven times makes the drive good enough to be put in the trash, I just did it three times and have never had a problem. https://dban.org/

DF1DX
DF1DX
Joined: 14 Aug 10
Posts: 102
Credit: 2914930789
RAC: 1074219

What are your cache

What are your cache settings?

"too many tasks" is a message from BOINC, because the maximum limit is 1000 WUs per project.

I would set the cache to no more than 0.5 days if I were you. Then BOINC can request the needed WUs for AMD.

Aron
Aron
Joined: 29 Sep 06
Posts: 29
Credit: 1154829667
RAC: 0

mikey wrote: One way would

mikey wrote:

One way would be  to install Boinc again in a different directory and exclude the AMD cards in one instance and exclude the Nvdidia gpu's in the other one, that way they both have their own cache.

Another way would be to just get another pc for one  or the other brand.

 

Thanks for the reply! Regarding two boinc instances, are there any examples how this can be done? Would the work be counted towards two or one machines?

Regarding the second paragraph: all the cards are plugged into the same water-cooling loop (silent operation is a strict requirement from my partner), thus it would be a headache to try to jam two separate computers in there. So my current only option is rack-cases with pice-riser cards & one motherboard. Did someone try with virtual machines?

Aron
Aron
Joined: 29 Sep 06
Posts: 29
Credit: 1154829667
RAC: 0

DF1DX wrote:What are your

DF1DX wrote:

What are your cache settings?

"too many tasks" is a message from BOINC, because the maximum limit is 1000 WUs per project.

I would set the cache to no more than 0.5 days if I were you. Then BOINC can request the needed WUs for AMD.

Yes! This must be it! I increased the cache and then it got tons of new tasks, starting with NVIDIA, then got over 1000 wu and then was like "ok I'm full no more tasks thanks". Yikes! Is there any way to increase this upper WU limit?

DF1DX
DF1DX
Joined: 14 Aug 10
Posts: 102
Credit: 2914930789
RAC: 1074219

IMHO this is a fixed limit of

IMHO this is a fixed limit of BOINC. I don't know of any configuration setting that can change this value.

mikey
mikey
Joined: 22 Jan 05
Posts: 11888
Credit: 1828067059
RAC: 206328

Aron wrote:DF1DX wrote:What

Aron wrote:
DF1DX wrote:

What are your cache settings?

"too many tasks" is a message from BOINC, because the maximum limit is 1000 WUs per project.

I would set the cache to no more than 0.5 days if I were you. Then BOINC can request the needed WUs for AMD.

Yes! This must be it! I increased the cache and then it got tons of new tasks, starting with NVIDIA, then got over 1000 wu and then was like "ok I'm full no more tasks thanks". Yikes! Is there any way to increase this upper WU limit?

It's a Serrver side setting so no we users can't change it.

Aron
Aron
Joined: 29 Sep 06
Posts: 29
Credit: 1154829667
RAC: 0

mikey wrote:Aron wrote:DF1DX

mikey wrote:
Aron wrote:
DF1DX wrote:

What are your cache settings?

"too many tasks" is a message from BOINC, because the maximum limit is 1000 WUs per project.

I would set the cache to no more than 0.5 days if I were you. Then BOINC can request the needed WUs for AMD.

Yes! This must be it! I increased the cache and then it got tons of new tasks, starting with NVIDIA, then got over 1000 wu and then was like "ok I'm full no more tasks thanks". Yikes! Is there any way to increase this upper WU limit?

It's a Serrver side setting so no we users can't change it.

Ok, thanks! I guess I'm going back to smaller cache lol!

Ian&Steve C.
Ian&Steve C.
Joined: 19 Jan 20
Posts: 3681
Credit: 33822677279
RAC: 37785505

DF1DX wrote:IMHO this is a

DF1DX wrote:
IMHO this is a fixed limit of BOINC. I don't know of any configuration setting that can change this value.

sounds like you are talking about the limit in the boinc client. In which case you certainly can go past this limit.

the easiest way is to edit the boinc client source code and recompile it, the limit is in the boinc client code. several of us at SETI have done this. I'm currently holding ~10,000 SETI tasks on each of my systems this way (a buffer against system outages, so I don't run out of work in the downtime).

_________________________________________________________________________

Aron
Aron
Joined: 29 Sep 06
Posts: 29
Credit: 1154829667
RAC: 0

Ian&Steve C. wrote:DF1DX

Ian&Steve C. wrote:
DF1DX wrote:
IMHO this is a fixed limit of BOINC. I don't know of any configuration setting that can change this value.

sounds like you are talking about the limit in the boinc client. In which case you certainly can go past this limit.

the easiest way is to edit the boinc client source code and recompile it, the limit is in the boinc client code. several of us at SETI have done this. I'm currently holding ~10,000 SETI tasks on each of my systems this way (a buffer against system outages, so I don't run out of work in the downtime).

 

Thanks for the info! I think recompiling the client is a bit above my abilities... I've set the cache down to 0.5 days and that did the trick for now.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.