./benchmarks/hint, Scalable benchmark for testing CPU and memory performance

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 98.06.12, Package name: hint.serial-98.06.12, Maintainer: pkgsrc-users

HINT (Hierarchical INTegration) is a computer benchmarking tool
developed at the Scalable Computing Laboratory of the Ames Laboratory,
a US Department of Energy laboratory. Unlike traditional benchmarks,
HINT neither fixes the size of the problem nor the calculation time.
Instead, it uses a rigorously defined measure called QUIPS (QUality
Improvements Per Second).

The output of HINT is data which can be plotted (the gnuplot graphics
package is useful for plotting HINT output). The plot shows the speed
of the computation as the size of the problem increases. The HINT
graph shows the peak processor speed and the effects of different
levels of cache and memory on processing speed. See
http://www.scl.ameslab.gov/Projects/HINT/ for more information and
an on-line database of HINT results.

HINT also outputs a single number which is the integral of the HINT
curve. This number, called NetQUIPS, can be used for general
comparison between machines.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 70 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:02:56 by Nia Alarie | Files touched by this commit (52)
Log message:
benchmarks: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:18:34 by Nia Alarie | Files touched by this commit (52)
Log message:
benchmarks: Remove SHA1 hashes for distfiles
   2015-11-03 01:25:52 by Alistair G. Crooks | Files touched by this commit (43)
Log message:
Add SHA512 digests for distfiles for benchmarks category

Problems found with existing distfile for superpi:
	distfiles/super_pi-20030927/super_pi.tar.gz
No changes were made to the superpi/distinfo file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
distfiles/eagle-lin32-7.4.0.run
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2012-09-12 00:37:15 by Aleksej Saushev | Files touched by this commit (42)
Log message:
"user-destdir" is default these days
   2011-09-14 09:11:33 by David A. Holland | Files touched by this commit (2)
Log message:
void main
   2008-03-03 01:51:44 by Johnny C. Lam | Files touched by this commit (21)
Log message:
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
   2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412)
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.