Skip to content

Commit 0917757

Browse files
committed
compiler: Pass kwargs to make_parallel
1 parent af2339d commit 0917757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/passes/iet/parpragma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def _make_parallel(self, iet, sync_mapper=None):
419419

420420
return iet, {'includes': [self.langbb['header']]}
421421

422-
def make_parallel(self, graph):
422+
def make_parallel(self, graph, **kwargs):
423423
return self._make_parallel(graph, sync_mapper=graph.sync_mapper)
424424

425425

0 commit comments

Comments
 (0)