This repository contains benchmark results of stencil codes generated with the Stencil TEMPlate Engineering Library using kerncraft and LIKWID.
All collected data can be viewed live on the Intranode Stencil Performance Evaluation Collection website.
- Data can be generated with the script:
scripts/stempel.sh
(change data at the beginning as needed) - Postprocessing of data with the script:
scripts/postprocess.sh
(will automatically be called byscripts/stempel.sh
) - (optional) View local version by building the website:
a. Copy postprocessed data to the
stencils
folder, if not already specified inscripts/stempel.sh
b. Setup metadata:sh scripts/cibuild
c. Install jekyll d. Build website:bundle exec jekyll serve
- Push data to this repository
- main folder: "stencils"
- dimension: "3D" / "2D" ...
- stencil radius: "r1" / "r2" ...
- coefficient weighting: "isotropic" / "heterogeneous" / "homogeneous" / "point-symmetric"
- stencil kind: "star" / "box"
- coefficient type: "constant" / "variable"
- datatype: "double" / "float"
- machine name: "BroadwellEP_E5-2697" (a suitable machine file should exist)
For example:
stencils/3D/r1/isotropic/star/constant/double/BroadwellEP_E5-2697
AGPLv3