diff --git a/pySDC/helpers/fieldsIO.py b/pySDC/helpers/fieldsIO.py index 21ffe8c4d645f933b317882297630507e38a74b6..43e4fdb562a436842f060c4acc0c33f59dd68eac 100644 --- a/pySDC/helpers/fieldsIO.py +++ b/pySDC/helpers/fieldsIO.py @@ -438,8 +438,6 @@ class Rectilinear(Scalar): gridSizes = np.fromfile(f, dtype=np.int32, count=dim) coords = [np.fromfile(f, dtype=np.float64, count=n) for n in gridSizes] self.setHeader(nVar, coords) - if self.MPI_ON: - self.MPI_SETUP_FILETYPE() def reshape(self, fields: np.ndarray): """Reshape the fields to a N-d array (inplace operation)"""