You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/index.rst
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,8 @@ To get the latest development version you can install it directly from GitHub:
70
70
71
71
If something went wrong during installation, try the :code:`-I` `flag from pip <https://pip-python3.readthedocs.io/en/latest/reference/pip_install.html?highlight=i#cmdoption-i>`_.
72
72
73
+
**Speeding up GSTools by parallelization**
74
+
73
75
To enable the OpenMP support, you have to provide a C compiler and OpenMP.
74
76
Parallel support is controlled by an environment variable ``GSTOOLS_BUILD_PARALLEL``,
75
77
that can be ``0`` or ``1`` (interpreted as ``0`` if not present).
@@ -89,6 +91,33 @@ For the development version, you can do almost the same:
0 commit comments