Releases: sp00n/corecycler
Releases · sp00n/corecycler
v0.10.0.0alpha5 (Release Candidate)
alpha5:
- Fixed a bug that prevented the automatic test mode to resume the test if the crash happened on core 0 (fixes #89)
alpha4:
- Fixed a bug with Linpack's path AGAIN
- The Automatic Test Mode unfortunately doesn't work with Ryzen 9000
alpha3:
- Added config presets for Automatic Test Mode
- Fixed a bug where Linpack wouldn't start from a directory including a space (fixes #84)
- Fixed a bug where resuming after a crash with a "default"
coresToTest
order would result in an index out of bounds error (fixes #85) - Also it didn't resume on the crashed core
- The config file's content is now put into the log file for easier debugging
- Fixed a bug where the log file for y-cruncher was actually using the naming scheme for Linpack (under unclear circumstances, but it happened at least once)
- Fixed a bug when the update check doesn't return any output at all (fixes #83)
alpha2:
- Fixed a bug with the detection of the starting values (see #79)
alpha1:
- Added an automated test mode with automatic Curve Optimizer / voltage offset adjustment on error
- Added the possibility to automatically resume the script after a reboot via a Scheduled Task
- A WHEA warning/error can now be treated as a "real" error if the APIC ID matches the tested core
- See the
default.config.ini
for the new settings
v0.10.0.0alpha4
- Added an automated test mode with automatic Curve Optimizer / voltage offset adjustment on error
- Added the possibility to automatically resume the script after a reboot via a Scheduled Task
- A WHEA warning/error can now be treated as a "real" error if the APIC ID matches the tested core
- See the
default.config.ini
for the new settings - Fixed a bug with the detection of the starting values (see #79)
- Added config presets for Automatic Test Mode
- Fixed a bug where Linpack wouldn't start from a directory including a space (fixes #84)
- Fixed a bug where resuming after a crash with a "default"
coresToTest
order would result in an index out of bounds error (fixes #85) - Also it didn't resume on the crashed core
- The config file's content is now put into the log file for easier debugging
- Fixed a bug where the log file for y-cruncher was actually using the naming scheme for Linpack (under unclear circumstances, but it happened at least once)
- Fixed a bug when the update check doesn't return any output at all (fixes #83)
- Fixed a bug with Linpack's path AGAIN
- The Automatic Test Mode unfortunately doesn't work with Ryzen 9000
v0.10.0.0alpha3
- Added an automated test mode with automatic Curve Optimizer / voltage offset adjustment on error
- Added the possibility to automatically resume the script after a reboot via a Scheduled Task
- A WHEA warning/error can now be treated as a "real" error if the APIC ID matches the tested core
- See the
default.config.ini
for the new settings - Fixed a bug with the detection of the starting values (see #79)
- Added config presets for Automatic Test Mode
- Fixed a bug where Linpack wouldn't start from a directory including a space (fixes #84)
- Fixed a bug where resuming after a crash with a "default"
coresToTest
order would result in an index out of bounds error (fixes #85) - Also it didn't resume on the crashed core
- The config file's content is now put into the log file for easier debugging
- Fixed a bug where the log file for y-cruncher was actually using the naming scheme for Linpack (under unclear circumstances, but it happened at least once)
- Fixed a bug when the update check doesn't return any output at all (fixes #83)
v0.10.0.0alpha2
Fixed a bug with the detection of the starting values (see #79)
v0.10.0.0alpha1
- Added an automated test mode with automatic Curve Optimizer / voltage offset adjustment on error
- Added the possibility to automatically resume the script after a reboot via a Scheduled Task
- A WHEA warning/error can now be treated as a "real" error if the APIC ID matches the tested core
- See the
default.config.ini
for the new settings
v0.9.6.2
v0.9.6.1
- Added a new
useConfigFile
setting, which allows you to quickly change between various config files- Some predefined config files are available in the
/configs/
directory - This also inlcudes the
default.config.ini
file, which has been moved there from the main directory
- Some predefined config files are available in the
- Updated y-cruncher to v0.8.5.9543, which includes the new Zen 5 (Ryzen 9000) optimizations
- It also introduces two new tests (SFTv4 and FFTv4)
- Included Linpack as a new stress test program. Use
LINPACK
in thestressTestProgram
setting to activate it- Settings for it can be found in the
[Linpack]
section - Linpack includes four different versions (
2018
,2019
,2021
,2024
) and five different test modes (SLOWEST
,SLOW
,MEDIUM
,FAST
,FASTEST
) SLOW
toMEDIUM
modes are some variation of SSE and FMA instructions (unclear which exactly), whileFAST
uses AVX, andFASTEST
AVX2 instructions- Only for version
2018
and2019
you can set the mode, anything newer (2021
and2024
) automatically defaults toFASTEST
without any way to change it - Version
2018
is the Linpack binary that is also used in Linpack Xtreme 1.1.5
- Settings for it can be found in the
- There's now an update check, which will inform you if there's a new version available
- It can be configured with the
enableUpdateCheck
andupdateCheckFrequency
settings in the[Update]
section
- It can be configured with the
- Some additional debug output and new fancy boxes
- General bug fixes
- 0.9.6.0 included a debug exit for Linpack, which I forgot to remove
v0.9.5.3
Bugfix release:
Not all tests were correctly applied when you selected YCRUNCHER_OLD
as the stress test. Fixed this.
Also added a dedicated error message when trying to use 00-x86
as the test mode for the new (default) y-Cruncher, informing the user that 04-P4P
is now the new minimum test mode, and that the tests also need to be adjusted accordingly.
No other changes.
v0.9.5.2
v0.9.5.1
- Fixed a bug when only a single core was selected to being tested
- Fixed a bug when one of the checked .NET installations registry keys couldn't be found
- Added functionality to also add a Custom View to the Windows Event Log to more easily find the CoreCycler Event Log entries