benchbuild.projects.benchbuild.lulesh module

class benchbuild.projects.benchbuild.lulesh.Lulesh(experiment, name=NOTHING, domain=NOTHING, group=NOTHING, src_file=NOTHING, container=NOTHING, version=NOTHING, builddir=NOTHING, testdir=NOTHING, cflags=NOTHING, ldflags=NOTHING, run_f=NOTHING, run_uuid=NOTHING, compiler_extension=NOTHING, runtime_extension=None)[source]

Bases: benchbuild.project.Project

LULESH, Serial

DOMAIN = 'scientific'
GROUP = 'benchbuild'
NAME = 'lulesh'
SRC_FILE = 'lulesh.git'
VERSION = 'HEAD'
compile()[source]

Compile the project.

download()

Download the selected version.

repository = 'https://github.com/LLNL/LULESH/'
run_tests(runner)[source]

Run the tests of this project.

Clients override this method to provide customized run-time tests.

Parameters:
  • experiment – The experiment we run this project under
  • run – A function that takes the run command.
static versions()

Return a list of versions from the git hashes up to :limit:.

class benchbuild.projects.benchbuild.lulesh.LuleshOMP(experiment, name=NOTHING, domain=NOTHING, group=NOTHING, src_file=NOTHING, container=NOTHING, version=NOTHING, builddir=NOTHING, testdir=NOTHING, cflags=NOTHING, ldflags=NOTHING, run_f=NOTHING, run_uuid=NOTHING, compiler_extension=NOTHING, runtime_extension=None)[source]

Bases: benchbuild.project.Project

LULESH, OpenMP

DOMAIN = 'scientific'
GROUP = 'benchbuild'
NAME = 'lulesh-omp'
SRC_FILE = 'lulesh.git'
VERSION = 'HEAD'
compile()[source]

Compile the project.

download()

Download the selected version.

repository = 'https://github.com/LLNL/LULESH/'
run_tests(runner)[source]

Run the tests of this project.

Clients override this method to provide customized run-time tests.

Parameters:
  • experiment – The experiment we run this project under
  • run – A function that takes the run command.
static versions()

Return a list of versions from the git hashes up to :limit:.