Skip to content

Commit

Permalink
FileWriteTransformation in loki_transform.py now uses file_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Jun 21, 2023
1 parent b200f33 commit f3b87a8
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 @@ -299,7 +299,7 @@ def transform_subroutine(self, routine, **kwargs):

# Write out all modified source files into the build directory
scheduler.process(transformation=FileWriteTransformation(builddir=out_path, mode=mode, cuf='cuf' in mode),
item_filter=(SubroutineItem, GlobalVarImportItem))
use_file_graph=True)


@cli.command()
Expand Down

0 comments on commit f3b87a8

Please sign in to comment.