Using the Intel LINPACK Benchmark to stress the hardware

From Notes to self
Revision as of 21:20, 14 August 2011 by Verbovet (talk | contribs) (Created page with "''Via [http://kb.fusionio.com/KB/a62/using-linpack-benchmark-to-stress-test-your-system.aspx]'' * Download [http://software.intel.com/en-us/articles/intel-math-kernel-library-li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Via [1]

  • Go into the linpack_X.Y.Z/benchmarks/linpack directory
  • Reboot to the terminal (don't start X), unload unneeded drivers and stop unneeded applications
  • Compute the job size:
Using a python shell:
>>> import commands
>>> import math
>>> math.floor(math.sqrt((float(commands.getoutput("free -b|grep Mem|awk '{print $2}'"))-1073741824)/8)/16)*16+8