From 6274ef709d93d10add1d13839eb34752680cfa3e Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Fri, 21 Feb 2020 14:35:30 +0100 Subject: [PATCH] temporarily fix HPCG ref version --- cscs-checks/microbenchmarks/hpcg/hpcg_benchmark.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cscs-checks/microbenchmarks/hpcg/hpcg_benchmark.py b/cscs-checks/microbenchmarks/hpcg/hpcg_benchmark.py index e8968b974d..ed7f0e3bb6 100644 --- a/cscs-checks/microbenchmarks/hpcg/hpcg_benchmark.py +++ b/cscs-checks/microbenchmarks/hpcg/hpcg_benchmark.py @@ -25,6 +25,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