Hello,
would be good that you write those questions to yoyo's project forum. It is difficult to watch all forums.
But now to your raised problems.
@RicGoldman, CPU throttling
CPU throttling is not supported by yoyo@home. This is because of the technical background, that I wrap existing distributed computing applications into Boinc. It means that I use existing executables which I wrap. I do not have the sources of it to implement such special things. For CPU throttling e.g. 50%, Boinc runs the application for 1 second and suspend the application for 1 second. There is no way to instruct the wrapped application to do this.
@Rakarin, checkpoints
You must differ between the percentage+CPUtime which is shown and the checkpoints which are done by the application. In the project descriptions of all 3 projects this is described. But shortly:
cruncher(ogr): percentage is displayed in 12,5% steps and CPU time fails back to these points on restart, but the application checkpoints nearly every 15 minutes. The CPUtime will not be used for crdits. The real done work will be used. So with restarts you lose max. 15 minutes.
evo): percentage+CPUtime is updated every 30seconds. But evo does not have any checkpoints! So on restart it starts from the beginning. To compensate it I calculate some bonus if the credit reaches 100 and 200.
muon): percentage+CPUtime jumps in 20% steps and fails back to these on restarts. But the application itself makes checkpoints every 4 minutes. The displayed CPUtime is NOT used for credits. The amount of iterations which were done are used for credits. So here you lose a max of 4 minutes.
yoyo
Germany largest distributed computing community - www.rechenkraft.net
