Skip to content

Commit 8e55290

Browse files
committed
compiler: Pass kwargs to make_parallel
1 parent 9e8c040 commit 8e55290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)