Advanced search

Message boards : Number crunching : Cant they properly filter 4.2 and 3.1 tasks????

Author Message
voss749
Send message
Joined: 27 Mar 11
Posts: 26
Credit: 307,452,808
RAC: 0
Level
Asp
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwat
Message 26846 - Posted: 10 Sep 2012 | 0:16:52 UTC

3.1 tasks should not be sent to 400 series and above cards since it wastes resources since 3.1 tasks do not compute as efficiently on newer cards as 4.2 tasks do.

Likewise 4.2 tasks should not be sent to 200 series and below cards since they usually fail.

There is still merit in 3.1 tasks since a lot of people still have 200 series card which can do a lot of work but perhaps there needs to be a checkoff method for which (3.1 or 4.2) tasks a user will accept.

flashawk
Send message
Joined: 18 Jun 12
Posts: 297
Credit: 3,572,627,986
RAC: 0
Level
Arg
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwat
Message 26847 - Posted: 10 Sep 2012 | 1:03:41 UTC - in response to Message 26846.

It's supposed to select the correct cuda for the cards automatically by detecting which video card driver is being used. At the moment, there seems to be a malfunction with the detection process (give it time).

voss749
Send message
Joined: 27 Mar 11
Posts: 26
Credit: 307,452,808
RAC: 0
Level
Asp
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwat
Message 26849 - Posted: 10 Sep 2012 | 3:39:21 UTC - in response to Message 26847.

The driver being used has nothing to do with the type of video card. Any nvidia card from 8600 to 690 can use 302 drivers. It also doesnt explain why we are getting both 3.1 and 4.2 tasks on the same machine.

Snow Crash
Send message
Joined: 4 Apr 09
Posts: 450
Credit: 539,316,349
RAC: 0
Level
Lys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 26854 - Posted: 10 Sep 2012 | 12:20:57 UTC

How often are you seeing this happen on your machines?

From a pure BOINC perspective if you have multiple compatible apps, while you can say which app *should* be used, it will occasionally try the other just to make sure the given machine is being sent the best app versino for it. While that might not seem to make a lot of sense if you think about how big the world is and the huge number of variables that the project just can't test for this is actually a pretty good idea.

If the GPUGrid project was to take on any number of measures to always force a particular app version to a particular piece of hardware they would have to do quite a bit of work, all of which would make any future BOINC server upgrades difficult at best, or introduce a substantial amount of admin overhead to support.

I think for the minimal times I have seen this happen on my machines it's not that large of an issue.
____________
Thanks - Steve

voss749
Send message
Joined: 27 Mar 11
Posts: 26
Credit: 307,452,808
RAC: 0
Level
Asp
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwat
Message 26893 - Posted: 13 Sep 2012 | 19:57:02 UTC - in response to Message 26854.

The thing its not a "particular set of hardware"

Its all nvidia cards 400 series and newer should get only 4.2 tasks.

You should have a FERMI/KEPLER flag. If it detects it...send only 4.2 tasks. If it doesnt send only 3.1 tasks. 4.2 tasks were being sent to my 275 card and routinely failing so I yanked it.

Profile Retvari Zoltan
Avatar
Send message
Joined: 20 Jan 09
Posts: 2343
Credit: 16,201,255,749
RAC: 851
Level
Trp
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 26894 - Posted: 13 Sep 2012 | 20:48:12 UTC - in response to Message 26893.

Its all nvidia cards 400 series and newer should get only 4.2 tasks.

It depends also on the driver used for the card. Older drivers don't have CUDA 4.2 support.

You should have a FERMI/KEPLER flag. If it detects it...send only 4.2 tasks. If it doesnt send only 3.1 tasks. 4.2 tasks were being sent to my 275 card and routinely failing so I yanked it.

My workaround for this problem can be used to solve your kind of problem too, if you swap the arguments of the copy command in the 4th step, and overwrite the CUDA 4.2 client with the CUDA 3.1 client. However it requires the host not to have any CUDA 4.2 capable GPU.

Post to thread

Message boards : Number crunching : Cant they properly filter 4.2 and 3.1 tasks????

//