Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-codegen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Christian Heinigk
dune-codegen
Commits
8b68d125
Commit
8b68d125
authored
6 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Fixups
parent
4244bd29
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+0
-2
0 additions, 2 deletions
CMakeLists.txt
python/CMakeLists.txt
+4
-0
4 additions, 0 deletions
python/CMakeLists.txt
python/dune/perftool/pdelab/localoperator.py
+1
-1
1 addition, 1 deletion
python/dune/perftool/pdelab/localoperator.py
with
5 additions
and
3 deletions
CMakeLists.txt
+
0
−
2
View file @
8b68d125
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
python/CMakeLists.txt
+
4
−
0
View file @
8b68d125
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
python/dune/perftool/pdelab/localoperator.py
+
1
−
1
View file @
8b68d125
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment