Do you restart system (OS) or only BOINC. It seems BOINC restart should be enough in this case, not ?
I believe the problem is caused by boinc's safeguard against non check pointing apps. If an application doesn't reach a checkpoint it will be left in memory regardless of what settings have been set. Bob
so application developers, get your checkpointing code working early on in the development process.
DA has recently 'checked in' (i.e. modified the source code, but not yet compiled a new version) a change: previously/currently, BOINC would leave a CUDA app in memory if it was preempted before the first checkpoint. In future, it will be cleaned out even if it has never checkpointed - so application developers, get your checkpointing code working early on in the development process.
Or make your tasks so fast that they will never need to checkpoint
Quote from: Raistmer on 30 Jun 2009, 04:30:29 pmOr make your tasks so fast that they will never need to checkpoint Are you volunteering to optimise the AQUA CUDA app? I've got one on my 9800GTX+ (84 GFLOPs) which is estimating 79 hours (and that's a big improvement - the last one took 89 hours).
DA has also 'checked in' another GPU related change after your question today.Changeset 18531Claggy