Skip to content

Commit e90fc9c

Browse files
committed
compiler: Pass kwargs to make_parallel
1 parent 123a7e4 commit e90fc9c

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
@@ -427,7 +427,7 @@ def _make_parallel(self, iet, sync_mapper=None):
427427

428428
return iet, {'includes': [self.langbb['header']]}
429429

430-
def make_parallel(self, graph):
430+
def make_parallel(self, graph, **kwargs):
431431
return self._make_parallel(graph, sync_mapper=graph.sync_mapper)
432432

433433

0 commit comments

Comments
 (0)