Skip to content

Commit

Permalink
Added side effect flag for comm_free lib node
Browse files Browse the repository at this point in the history
  • Loading branch information
Com1t committed Aug 4, 2023
1 parent e3d4df5 commit 16a2f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dace/libraries/mpi/nodes/comm_free.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def expansion(node, parent_state, parent_sdfg, n=None, **kwargs):
node.in_connectors,
node.out_connectors,
code,
language=dace.dtypes.Language.CPP)
language=dace.dtypes.Language.CPP,
side_effects=True)
return tasklet


Expand Down

0 comments on commit 16a2f49

Please sign in to comment.