We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a19f3d commit 4fb4f22Copy full SHA for 4fb4f22
pySDC/helpers/fieldsIO.py
@@ -41,10 +41,10 @@
41
42
Warning
43
-------
44
-To use MPI collective writing, you need to call first the class methods :class:`Cart1D.initMPI`
+To use MPI collective writing, you need to call first the class methods :class:`Cart1D.initMPI`
45
or :class:`Cart2D.initMPI` from the associated class (cf their docstring).
46
Also, their associated `setHeader` methods **must be given the global grids coordinates**,
47
-wether code is run in parallel or not.
+wether code is run in parallel or not.
48
"""
49
import os
50
import numpy as np
0 commit comments