A powerful tool for measuring computer performance, focused on floating point operations per second, used to stress test CPUs and measure peak performance.
Linpack Xtreme is a popular benchmarking and stress testing application used to measure a computer's floating point operations per second (FLOPS). It is a port of the original Linpack benchmark program, optimized to fully utilize modern CPUs and test them under intensive workloads.
The test runs complex linear algebra calculations using floating point math, maximizing the utilization of Floating Point Units (FPUs) on the CPU. It scales up the problem size and number of computations to really stress the processor and RAM. The final metric measured is GFLOPS (billions of floating point operations per second).
Linpack Xtreme is useful for things like:
The intense nature of the benchmark makes it widely used by overclocking enthusiasts to stress test modified systems. It is also added to some distro overclocking-focused Linux operating systems. But it mainly serves as a standardized test for measuring and comparing the floating point computational abilities of hardware.
Here are some alternatives to Linpack Xtreme:
Suggest an alternative ❐