Skip to content

Commit

Permalink
Merge pull request #75 from ecmwf-ifs/naml-nabr-fixes-for-the-new-sch…
Browse files Browse the repository at this point in the history
…eduler

Adjust CUDA-specific loki config file to Loki v0.2.0
  • Loading branch information
reuterbal authored Mar 21, 2024
2 parents 1f1d221 + cb45ce8 commit 0776f88
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/cloudsc_loki/cloudsc_cuf_loki.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ strict = true # Throw exceptions during dicovery

# Ensure that we are never adding these to the tree, and thus
# do not attempt to look up the source files for these.
disable = ['timer%start', 'timer%end', 'timer%thread_start', 'timer%thread_end',
'timer%thread_log', 'timer%thread_log', 'timer%print_performance',
'performance_timer%start', 'performance_timer%end', 'performance_timer%thread_start',
'performance_timer%thread_end', 'performance_timer%thread_log',
'performance_timer%thread_log', 'performance_timer%print_performance']
disable = [
'timer_mod', 'abort', 'file_io_mod', 'foe*', 'fokoop',
'ceiling', 'dim3', 'cuda*'
]

# Prune the tree for these to ensure they are not processed by transformations
block = ['parkind1', 'yomphyder', 'yoecldp', 'fc*_mod']

# Define entry point for call-tree transformation
[routines]
Expand Down

0 comments on commit 0776f88

Please sign in to comment.