# 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/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/performance/utilities/linpack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
