Releases: sp00n/corecycler
Releases · sp00n/corecycler
v0.9.1.0
v0.9.0.0
Added support for Prime95 versions 30.7 and above.
Also updated the included Prime95 version to 30.8b15.
For more recent Prime95 versions the FFT size where an error happened is provided in the log file (it wasn't before), so this information is now used if available. No more guesstimating.
v0.8.2.5
v0.8.2.4
v0.8.2.2
v0.8.2.1
v0.8.2.0
- Apparently there was a bug in Prime v30.4 & 30.5 that could lead to incorrect fatal errors. Updated to Prime 30.6 build 4, which should have fixed this issue according to the developer (see here: https://www.mersenneforum.org/showpost.php?p=577388&postcount=274)
- Added a final summary when terminating the script
- The script now prevents sleep/hibernate/standby while it is running
v0.8.1.0
- Added an
auto
option for theruntimePerCore
setting. With this option all FFT sizes of the selected preset will be tested for one core before it continues to the next core, where it will also test all the FFT sizes, etc.
For y-Cruncher and Aida64 the "auto" mode uses a fixed runtime of 10 minutes per core due to the lack of detectable progress. - You can now also enter a custom FFT range for the
FFTSize
setting in the Prime95 section, e.g. something like36-1344
. This eliminates the need to use theCUSTOM
mode to define a custom FFT range (although you can still use theCUSTOM
mode of course). - The
verbosityMode
setting has been renamed tologLevel
- The script should now also work if started as an administrator
- Fixed a couple of bugs with case sensitivity and trailing spaces in the config file
- Rewrote the error detection for Prime95 log files, hopefully with more accurate detection
- Improved error detection when CPU usage was too low
v0.8.1.0 RC5
The script should now also work when started as an administrator.
Fixed a bug with the name of the log file.
This should be the final release before v0.8.1.0, i.e. if no other bugs are found, no changes will be made.
v0.8.1.0 RC4
Fixed a problem when settings in the config.ini had trailing white spaces.