We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc9f34 commit 8433042Copy full SHA for 8433042
pySDC/helpers/fieldsIO.py
@@ -438,8 +438,6 @@ def readHeader(self, f):
438
gridSizes = np.fromfile(f, dtype=np.int32, count=dim)
439
coords = [np.fromfile(f, dtype=np.float64, count=n) for n in gridSizes]
440
self.setHeader(nVar, coords)
441
- if self.MPI_ON:
442
- self.MPI_SETUP_FILETYPE()
443
444
def reshape(self, fields: np.ndarray):
445
"""Reshape the fields to a N-d array (inplace operation)"""
0 commit comments