Skip to content

Commit

Permalink
Merge pull request #197 from ecmwf-ifs/nabr-split-dependency-transform
Browse files Browse the repository at this point in the history
Create separate ModuleWrapTransformation from DependencyTransformation
  • Loading branch information
reuterbal authored Dec 12, 2023
2 parents e71171a + e252bfe commit 37d0033
Show file tree
Hide file tree
Showing 6 changed files with 341 additions and 238 deletions.
1 change: 1 addition & 0 deletions docs/source/transform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ to grow in the future:
loki.transform.build_system_transform.CMakePlanner
loki.transform.build_system_transform.FileWriteTransformation
loki.transform.dependency_transform.DependencyTransformation
loki.transform.dependency_transform.ModuleWrapTransformation
loki.transform.fortran_c_transform.FortranCTransformation
loki.transform.fortran_max_transform.FortranMaxTransformation
loki.transform.fortran_python_transform.FortranPythonTransformation
Expand Down
2 changes: 1 addition & 1 deletion loki/bulk/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def map_to_available_name(candidates):
for name in qualified_names
)

@property
@cached_property
def targets(self):
"""
Set of "active" child routines that are part of the transformation
Expand Down
Loading

0 comments on commit 37d0033

Please sign in to comment.