Skip to content

sphNG

Prerequisites

This code is currently hosted on a private GitHub repo for the benchmarking purposes. If you want to run this benchmark you will first need to request access. Please speak to the RSE team at Leicester for access.

The main code is available at https://bitbucket.org/mrbate/sphng/src/master/g but the spack recipe is not currently set up to work with it. We are working on this and soon we will switch over to the actual version. This is because we need to be able to verify that the version we run is the same as the one already used for benchmarking.

Usage

From the top-level directory of the repository, you can run the benchmarks with

reframe -c benchmarks/apps/sphng -r --performance-report

Filtering the benchmarks

By default all benchmarks will be run. You can run individual benchmarks with the --tag option:

  • single-node to run benchmarks on a single node

Examples:

reframe -c benchmarks/apps/sphng -r --performance-report --tag single-node

Compiler support

Currently, only the intel compiler is supported for this program.