Description Usage Arguments Details Value References
The Linpack benchmark is the standard performance benchmark for numerical computing. Research institutions, governments, and companies with very large computing resources "compete" to build machines that will perform the best on the benchmark. Results of this competition are released twice a year, in June and in November, at the ISC and SC conferences, respectively. Although it is generally understood that Linpack no longer adequately measures the performance capabilities of a system on real problems, it has remained an important measurement all the same. One of the most attractive things about the Linpack benchmark is its host of historical data, which dates back all the way to 1993.
1 2 |
nmin |
Minimum problem size. |
nmax |
Maximum problem size. Value should either be an integer greater
than |
by |
How to get from nmin to nmax. Value should either be a numeric
value greater than 0, or it should be the string "doubling". In
the former case, |
warn |
Logical; this controls the printing of a warning that I very
seriously want you to read. Set |
verbose |
Logical; determines whether or not intermediate results should be printed. |
If you are even somewhat serious about using this as a test of the host system's capabilities, I would strongly encourage you to run this exclusively; that is, shut down all other resource-intensive applications (web browsers, system updates, antivirus, whatever). If a lot of your ram is used up by other utilities and the benchmarker has to swap them to disk, the performance will degrade by several orders of magnitude.
The return is a list (formally an S3 'linpack' object), containing:
R.max | The max |
http://www.top500.org/project/linpack/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.