Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cscs-checks/microbenchmarks/hpcg/hpcg_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ def __init__(self):
self.build_system.options = ['arch=MPI_GCC_OMP']
self.sourcesdir = 'https://github.com/hpcg-benchmark/hpcg.git'

# FIXME: Remove this after the OpenMP pragma gets fixed in hpcg master
self.prebuild_cmd = ['git checkout 9484cd7f2c4744c783abbdcfd4f5cc34807b42b1']

self.executable = 'bin/xhpcg'
self.executable_opts = ['--nx=104', '--ny=104', '--nz=104', '-t2']
# use glob to catch the output file suffix dependent on execution time
Expand Down