-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find other programs to test with besides Prime95 #4
Comments
SuperPi? |
y-cruncher can be called from command line. It does give stop errors. It has an option to write an output file. Not sure if errors are written to that file as well.. |
What is the option for the output file? |
You are right. I must have misread some documentation but as far as i can see there is no option for an output file. It does give outputs in the console window. So you could try and write the console window stuff to a txt file with some commands? |
Unfortunately I can't. I tried to use Also, there is actually an |
Sorry for the late response. I see you got it working anyway. Good job! |
I used a program recently which was able to find instability way quicker than anything else in regards to boost clock instability.. check this out.. it doesn't give errors the machine literally reboots if it hits a unstable core. I would recommend running this and output it into a file Boosttester.exe > Boost.log before beginning a much lengthier and deeper test core cycler offers. https://github.com/jedi95/BoostTester |
I've used BoostTester before as well, but only to get a glimpse at the maximum possible boost clocks. |
I think it depends on the Chip/Board.. I have a 5900x on a Crosshair Impact which passed 48 hours "All" Prime95 Corecycler but it would randomly reboot in certain games .. Running boosttester had it reboot on the first round on the weaker cores, there was more than one! Couldn't get instability on any other tests including AIDA64.. perhaps nothing pushes the boost clocks the same way? I have no idea but it was my experience. My other boards and CPUs didn't experience this at all and Corecycler alone did the trick. |
Linpack Extreme uses CLI to run benchmarks and stress tests and does print a results.txt file. |
Linpack is now part of the possible stress test programs. It's not necessarily Linpack Xtreme, but one of the binaries you can select (2018) matches the binary that is also used in Linpack Xtreme. Linpack Xtreme itself is basically just a batch file wrapped in an .exe file and calling the binary with the settings you provide. BoostTester is included in the /tools/ directory, I've actually created my own slight modification of it now, which includes the changes from Mann1x for slightly higher boost clocks and my own changes to support the new Intel architecture with P- and E-Cores. Oh, and y-cruncher and Aida64 have been added a long time ago as well. 😅 And still on the lookout for other possible candidates. |
Other programs might be even better suited for stability testing on edge cases, however they need to be able to be called from the command line and they need to stop or write an error log when an error happens, similar to what Prime95 does.
Aida64 Engineering Portable Trial might be worth a shot.
The text was updated successfully, but these errors were encountered: