Skip to content

Commit

Permalink
Merge pull request #185 from ecmwf-ifs/nams_remove_calls_kernel_only
Browse files Browse the repository at this point in the history
add 'kernel_only=True' to RemoveCallsTransformation
  • Loading branch information
reuterbal authored Nov 9, 2023
2 parents ffe94af + 6f695b4 commit 4b8c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/loki_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def convert(
if 'scc' in mode:
scheduler.process( RemoveCallsTransformation(
routines=config.default.get('utility_routines', None) or ['DR_HOOK', 'ABOR1', 'WRITE(NULOUT'],
include_intrinsics=True
include_intrinsics=True, kernel_only=True
))
else:
scheduler.process( DrHookTransformation(mode=mode, remove=False) )
Expand Down

0 comments on commit 4b8c2a4

Please sign in to comment.