From 5a9797781d23c7b4f447e70bfbf741e353eecf4d Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Tue, 12 Feb 2019 14:23:16 +0100 Subject: [PATCH] [skip ci] PERFTOOL -> CODEGEN in autotune wrapper variable --- python/dune/codegen/sumfact/autotune.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dune/codegen/sumfact/autotune.py b/python/dune/codegen/sumfact/autotune.py index 4b9a1d13..566e15de 100644 --- a/python/dune/codegen/sumfact/autotune.py +++ b/python/dune/codegen/sumfact/autotune.py @@ -209,7 +209,7 @@ def autotune_realization(sf): # Check whether the user specified an execution wrapper call = [] - wrapper = get_cmake_cache_entry("DUNE_PERFTOOL_BENCHMARK_WRAPPER") + wrapper = get_cmake_cache_entry("DUNE_CODEGEN_BENCHMARK_WRAPPER") if wrapper: call.append(wrapper) -- GitLab