HOME

TheInfoList



OR:

The LINPACK benchmarks are a measure of a system's
floating-point In computing, floating-point arithmetic (FP) is arithmetic on subsets of real numbers formed by a ''significand'' (a Sign (mathematics), signed sequence of a fixed number of digits in some Radix, base) multiplied by an integer power of that ba ...
computing power. Introduced by Jack Dongarra, they measure how fast a computer solves a dense ''n'' × ''n''
system of linear equations In mathematics, a system of linear equations (or linear system) is a collection of two or more linear equations involving the same variable (math), variables. For example, : \begin 3x+2y-z=1\\ 2x-2y+4z=-2\\ -x+\fracy-z=0 \end is a system of th ...
''Ax'' = ''b'', which is a common task in
engineering Engineering is the practice of using natural science, mathematics, and the engineering design process to Problem solving#Engineering, solve problems within technology, increase efficiency and productivity, and improve Systems engineering, s ...
. The latest version of these benchmarks is used to build the
TOP500 The TOP500 project ranks and details the 500 most powerful non-distributed computing, distributed computer systems in the world. The project was started in 1993 and publishes an updated list of the supercomputers twice a year. The first of these ...
list, ranking the world's most powerful supercomputers. The aim is to approximate how fast a computer will perform when solving real problems. It is a simplification, since no single computational task can reflect the overall performance of a computer system. Nevertheless, the LINPACK benchmark performance can provide a good correction over the peak performance provided by the manufacturer. The peak performance is the maximal theoretical performance a computer can achieve, calculated as the machine's frequency, in cycles per second, times the number of operations per cycle it can perform. The actual performance will always be lower than the peak performance. The performance of a computer is a complex issue that depends on many interconnected variables. The performance measured by the LINPACK benchmark consists of the number of 64-bit floating-point operations, generally additions and multiplications, a computer can perform per second, also known as
FLOPS Floating point operations per second (FLOPS, flops or flop/s) is a measure of computer performance in computing, useful in fields of scientific computations that require floating-point calculations. For such cases, it is a more accurate measu ...
. However, a computer's performance when running actual applications is likely to be far behind the maximal performance it achieves running the appropriate LINPACK benchmark. The name of these benchmarks comes from the LINPACK package, a collection of algebra Fortran subroutines widely used in the 1980s, and initially tightly linked to the LINPACK benchmark. The LINPACK package has since been replaced by other libraries.


History

The LINPACK benchmark report appeared first in 1979 as an appendix to the LINPACK user's manual. LINPACK was designed to help users estimate the time required by their systems to solve a problem using the LINPACK package, by extrapolating the performance results obtained by 23 different computers solving a matrix problem of size 100. This matrix size was chosen due to memory and CPU limitations at that time: * 10,000 floating-point entries from −1 to 1 are randomly generated to fill in a general dense matrix, * then LU decomposition with partial pivoting is used for the timing. Over the years, additional versions with different problem sizes, like matrices of order 300 and 1000, and constraints were released, allowing new optimization opportunities as hardware architectures started to implement matrix–vector and matrix–matrix operations. Parallel processing was also introduced in the LINPACK parallel benchmark in the late 1980s.. In 1991, the LINPACK was modified for solving problems of arbitrary size, enabling high-performance computers (HPC) to get near to their asymptotic performance. Two years later this benchmark was used for measuring the performance of the first
TOP500 The TOP500 project ranks and details the 500 most powerful non-distributed computing, distributed computer systems in the world. The project was started in 1993 and publishes an updated list of the supercomputers twice a year. The first of these ...
list.


The benchmarks


LINPACK 100

LINPACK 100 is very similar to the original benchmark published in 1979 along with the LINPACK users' manual. The solution is obtained by
Gaussian elimination In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of row-wise operations performed on the corresponding matrix of coefficients. This method can a ...
with partial pivoting, with 2/3\,n^3 + 2n^2 floating-point operations, where ''n'' = 100 is the order of the dense matrix ''A'' that defines the problem. Its small size and the lack of software flexibility doesn't allow most modern computers to reach their performance limits. However, it can still be useful to predict performances in numerically intensive user-written code using compiler optimization.


LINPACK 1000

LINPACK 1000 can provide a performance nearer to the machine's limit because in addition to offering a bigger problem size, a matrix of order 1000, changes in the algorithm are possible. The only constraints are that the relative accuracy can't be reduced and the number of operations will always be considered to be 2/3\,n^3 + 2n^2, with ''n'' = 1000.


HPLinpack

The previous benchmarks are not suitable for testing parallel computers, and the so-called Linpack's Highly Parallel Computing benchmark, or HPLinpack benchmark, was introduced. In HPLinpack the size ''n'' of the problem can be made as large as it is needed to optimize the performance results of the machine. Once again, 2/3\,n^3 + 2n^2 will be taken as the operation count, with independence of the algorithm used. Use of the Strassen algorithm is not allowed because it distorts the real execution rate. The accuracy must be such that the following expression is satisfied: : \frac \leq O(1), where : \epsilon is the machine's precision, : ''n'' is the size of the problem, : \, \cdot \, _\infty is a
matrix norm In the field of mathematics, norms are defined for elements within a vector space. Specifically, when the vector space comprises matrices, such norms are referred to as matrix norms. Matrix norms differ from vector norms in that they must also ...
(largest row sum ), : O(1) corresponds to the big-O notation. For each computer system, the following quantities are reported: : ''R''max – the performance in GFLOPS for the largest problem run on a machine. : ''N''max – the size of the largest problem run on a machine. : ''N''1/2 – the size where half the ''R''max execution rate is achieved. : ''R''peak – the theoretical peak performance GFLOPS for the machine. These results are used to compile the
TOP500 The TOP500 project ranks and details the 500 most powerful non-distributed computing, distributed computer systems in the world. The project was started in 1993 and publishes an updated list of the supercomputers twice a year. The first of these ...
list twice a year, with the world's most powerful computers. TOP500 measures these in
double-precision floating-point format Double-precision floating-point format (sometimes called FP64 or float64) is a floating-point number format, usually occupying 64 bits in computer memory; it represents a wide range of numeric values by using a floating radix point. Double pre ...
(FP64). The ratio ''R''max/''R''peak is called parallel efficiency or HPL efficiency. It is typically lower the more nodes a system has due to communication overhead. For example, a 1990s Cray Y-MP achieves about 90% HPL efficiency, while
Frontier A frontier is a political and geographical term referring to areas near or beyond a boundary. Australia The term "frontier" was frequently used in colonial Australia in the meaning of country that borders the unknown or uncivilised, th ...
achieves about 70% in 2023.


LINPACK benchmark implementations

The previous section describes the ground rules for the benchmarks. The actual
implementation Implementation is the realization of an application, execution of a plan, idea, scientific modelling, model, design, specification, Standardization, standard, algorithm, policy, or the Management, administration or management of a process or Goal ...
of the program can diverge, with some examples being available in Fortran, C or
Java Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
.


HPL

HPL is a portable implementation of HPLinpack that was written in C, originally as a guideline, but that is now widely used to provide data for the TOP500 list, though other technologies and packages can be used. HPL generates a linear system of equations of order ''n'' and solves it using LU decomposition with partial row pivoting. It requires installed implementations of MPI and either BLAS or VSIPL to run. Coarsely, the algorithm has the following characteristics: * cyclic data distribution in 2D blocks * LU factorization using the right-looking variant with various depths of look-ahead * recursive panel factorization * six different panel
broadcasting Broadcasting is the data distribution, distribution of sound, audio audiovisual content to dispersed audiences via a electronic medium (communication), mass communications medium, typically one using the electromagnetic spectrum (radio waves), ...
variants * bandwidth-reducing swap–broadcast algorithm * backward substitution with look-ahead of depth 1


Criticism

The LINPACK benchmark is said to have succeeded because of the scalability of HPLinpack, the fact that it generates a single number, making the results easily comparable and the extensive historical data base it has associated. However, soon after its release, the LINPACK benchmark was criticized for providing performance levels "generally unobtainable by all but a very few programmers who tediously optimize their code for that machine and that machine alone", because it only tests the resolution of dense linear systems, which are not representative of all the operations usually performed in scientific computing. Jack Dongarra, the main driving force behind the LINPACK benchmarks, said that, while they only emphasize "peak" CPU speed and number of CPUs, not enough stress is given to local bandwidth and the network. Thom Dunning Jr., director of the
National Center for Supercomputing Applications The National Center for Supercomputing Applications (NCSA) is a unit of the University of Illinois Urbana-Champaign, and provides high-performance computing resources to researchers in the United States. NCSA is currently led by Professor Bill ...
, had this to say about the LINPACK benchmark: "The Linpack benchmark is one of those interesting phenomena almost anyone who knows about it will deride its utility. They understand its limitations but it has mindshare because it's the one number we've all bought into over the years." According to Dongarra, "the organizers of the TOP500 are actively looking to expand the scope of the benchmark reporting" because "it is important to include more performance characteristic and signatures for a given system". One of the possibilities that is being considered to extend the benchmark for the TOP500 is the HPC Challenge Benchmark suite. With the advent of petascale computers,
traversed edges per second The number of traversed edges per second (TEPS) that can be performed by a supercomputer cluster is a measure of both the communications capabilities and computational power of the machine. This is in contrast to the more standard metric of floati ...
have started to emerge as a complementary metric to FLOPS measured by LINPACK. Another such metric is the
HPCG benchmark The High Performance Conjugate Gradients Benchmark (HPCG benchmark) is a supercomputing benchmark (computing), benchmark test proposed by Michael Heroux from Sandia National Laboratories, and Jack Dongarra and Piotr Luszczek from the University of ...
, proposed by Dongarra.


The running time issue

According to Jack Dongarra, the running time required to obtain good performance results with HPLinpack is expected to increase. At a conference held in 2010, he said he expects running times of 2.5 days in "a few years".


See also

* LAPACK


References

{{Reflist, 30em


External links


TOP500 LINPACK

Intel Optimized LINPACK Benchmark
Supercomputer benchmarks