# linpack

## LINPACK benchmarks

LINPACK Benchmarks是检测一个系统浮点计算能力的测试工具。LINPACK benchmark performance 提供了衡量厂商生产处理器的峰值性能。

## High Performance Linepack(HPL)

## Intel Math Kernel Library Bencharks

[Intel Math Kernel Library Benchmarks (Intel MKL Benchmarks)](https://software.intel.com/en-us/articles/intel-mkl-benchmarks-suite)是Intel提供的包括Intel优化的的LINPACK Benchmark，针对集群的MP LINPACK Benchmark 和 共轭梯度法(Conjugate Gradient) Benchmark，提供了Linux, Windows, OS X版本。

## 参考

* [LINPACK benchmarks](https://en.wikipedia.org/wiki/LINPACK_benchmarks)
* [Frequently Asked Questions on the Linpack Benchmark and Top500](http://www.netlib.org/utk/people/JackDongarra/faq-linpack.html)
* [HowTo - High Performance Linpack(HPL)](http://www.crc.nd.edu/~rich/CRC_Summer_Scholars_2014/HPL-HowTo.pdf)
* [How to benchmark an intel CPU](http://www.instructables.com/id/How-to-benchmark-an-intel-CPU/)
