Skip to content

Commit 9937487

Browse files
committed
mpi: Fix MPIMsg construction in presence of Bundles
1 parent f42c7d3 commit 9937487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/mpi/routines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ def _arg_defaults(self, allocator, alias, args=None):
12171217

12181218
def _arg_values(self, args=None, **kwargs):
12191219
# Any will do
1220-
for f in self.target.handles:
1220+
for f in self.target.components:
12211221
try:
12221222
alias = kwargs[f.name]
12231223
break

0 commit comments

Comments
 (0)