I have a GT240 which I use primarily for BOINC . I run it at 100% all the time, with TThrottle to keep it under 90C.
A couple of months ago, NVidia released a new updated version of drivers. Since upgrading, my computer chops like crazy when running the app; it freezes every second, for a full second. It's very very very hard to use when this happens.
I tried downgrading the drivers to several old versions (can't recall which one I had before), and it helped, but not too much; the problem is still there.
The other problem is, even with my app sent to "use GPU only when PC is idle," after a few hours (not sure how long), the GPU application just stops. Based on the temperature graph, it looks like the GPU usage goes really low -- maybe 5-10% or so (fan is inaudible). I know it's still running, because if I move my mouse, the GPU temperature drops.
None of this occurred before, and I suspect the drivers, but I'm not sure how to troubleshoot, isolate, or fix the problem.
This happens both with Einstein@Home and with GPUGRID; it's not project-specific, as best as I can tell.
Copyright © 2024 Einstein@Home. All rights reserved.
Strange Behaviour with GT240
)
Try downgrading to 266.58 Cuda32 drivers, the Cuda4 drivers don't like being interrupted and tend to freak out and downclock the GPU, a reboot needed to fix this,
Jason G over at Seti reported this to the Boinc Devs months ago, and supplied thread safe api code, but i've yet to here of any GPU project updating their GPU apps with thread safe code:
Claggy
Got it. The clock speed is
)
Got it. The clock speed is downgrading from 549 to 135. How do I prevent this? This is not because of temperature; the temperature holds steady at 90C.
RE: Got it. The clock speed
)
There are three known workrounds.
1) Downgrade to driver 266.58
2) Avoid suspending an Einstein task mid-run. If you are sharing the card with other BOINC projects, set the 'Task Switch Interval' longer that the run time of your longest-running project CUDA app.
3) Wait for the project to re-compile the BRP3/4 app, or for somebody else to do it for them from the published sources.
RE: RE: Got it. The clock
)
4) don't try to "fix" it - just reboot if it happens.
It happens constantly.
)
It happens constantly. Changing the switch time to 9999 minutes did nothing. I'll downgrade and see what happens.
Worst case, I'm stuck with just running GPU apps on idle time.
The solution was, very
)
The solution was, very strangely, to change my PC power settings to "always on" and disable my screensaver. This is documented on my SuperUser question here.