Skip to content

Commit 497b0e0

Browse files
authored
Use the internal comm for the ensemble mpi wrapper (#4715)
1 parent 230b30b commit 497b0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firedrake/ensemble/ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _mpi_dispatch(self, *args, **kwargs):
2424
return func(self, *args, **kwargs)
2525
else:
2626
mpicall = getattr(
27-
self.ensemble_comm,
27+
self._ensemble_comm,
2828
func.__name__)
2929
return mpicall(*args, **kwargs)
3030
return _mpi_dispatch

0 commit comments

Comments
 (0)