Using the Intel LINPACK Benchmark to stress the hardware

From Notes to self
Revision as of 21:21, 14 August 2011 by Verbovet (talk | contribs)
Jump to navigation Jump to search

Via [1]

  • Reboot to the terminal (don't start X), unload unneeded drivers and stop unneeded applications
  • Go into the linpack_X.Y.Z/benchmarks/linpack directory
  • 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