System Stability Tester is a RAM/CPU burning and benchmarking program. It calculates the Pi using the Borwein algorithm with two or more threads.
What System Stability Tester can do:
- Calculate up to 128 million digits of Pi.
- Create up to 32 threads.
- Recognize the CPU model, manufacturer and operational frequency.
- Compare the calculation results of all the threads after each step and issue a warning if something went wrong.
- Run continuously for up to 50 turns and log the results after each step and each turn.
- Record the calculated digits of Pi in a human readable text file.
- Single threaded calculation of Pi for benchmarking, similar to the well know SuperPi benchmark.
What's New in version 1.0.0:
- Support for win64 platform.
- Support for x86 and x64 Microsoft Visual C++.
- Gauss-Legendre algorithm implemented.
- ILP width report dropped.
- Display the mode the program runs (32 or 64 bit).
- Minor changes to the GUI.