Forum > Linux
SETI MB CUDA for Linux
riofl:
ugh i have to learn to remember to add extra quote tags.. all my responses are in the quote area..
sunu:
You can switch those VHARs to your graphics cards.
riofl:
--- Quote from: sunu on 02 Sep 2009, 04:03:50 pm ---You can switch those VHARs to your graphics cards.
--- End quote ---
cool. i have more than enough of those
Number of CPU tasks:420
Number of GPU tasks:0
Number of VLAR tasks:103
Number of VHAR tasks:317
just changed the script around to give all vhar tasks to gpu so now cpu will only get vlar tasks plus spillover if any. looks like they are loving it too :)
Number of CPU tasks:103
Number of GPU tasks:317
Number of VLAR tasks:103
Number of VHAR tasks:317
Total tasks: 420
thanks!
interesting. ... on the vhar ones my gtx285 is finishing the work units 2 full minutes ahead of my tesla in every case... so far they finished 6 of them varying from 11 to 14 min each. will check out the tasks report to see if they say something different too, just for the info. dunno what it will prove if anything... the test over the weekend should tell whether im keeping the 285 a bit busy or not.... i would think the 285 would not even notice desktop activity...
sunu:
I've never used that rebranding script and don't know how it works. Seeing the code I think changing
if($trueAR < 0.13 || $trueAR > 1.127)
to
if($trueAR < 1.127)
should do the trick. Backup first!
riofl:
yep thats exactly what line i changed... simply commented out the original line and inserted the new line under it.
only i used the left side since the logic assignes that evaluation to cpu.
if($trueAR < 0.13){
$tasks{$WUname}=603;
maybe to get a bit better distribution i need to change the number from 0.13 to maybe 0.5 to make it more fair for the cpus to get some non vlar work too? think i will leave it like this and see what the distribution looks like over this week then maybe play with that number a bit keeping it below 0.60 to be safe..
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version