Skip to content
Snippets Groups Projects
Commit 8b68d125 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Fixups

parent 4244bd29
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,5 @@ add_subdirectory(test)
add_subdirectory(bin)
add_subdirectory(applications)
add_executable(autotune_target EXCLUDE_FROM_ALL autotune.cc)
# finalize the dune project, e.g. generating config.h etc.
finalize_dune_project(GENERATE_CONFIG_H_CMAKE)
......@@ -20,3 +20,7 @@ dune_python_add_test(NAME pep8-ourcode
)
add_subdirectory(test)
# Add a dummy target to extract compiler flags for the autotune tool chain
add_executable(_autotune_target EXCLUDE_FROM_ALL _autotune.cc)
target_compile_options(_autotune_target PUBLIC -fno-strict-aliasing)
......@@ -459,7 +459,7 @@ def generate_kernel(integrals):
# Delete the cache contents and do the real thing!
logger.debug('generate_kernel: visit_integrals (no dry run)')
from dune.perftool.generation import delete_cache_items
delete_cache_items("kernel_default or member")
delete_cache_items("kernel_default")
for integral in integrals:
visit_integral(integral)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment