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: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Getting started
23
23
24
24
The code is hosted on GitHub, see `https://github.com/Parallel-in-Time/pySDC <https://github.com/Parallel-in-Time/pySDC>`_, and PyPI, see `https://pypi.python.org/pypi/pySDC <https://pypi.python.org/pypi/pySDC>`_.
25
25
Either use ``pip install pySDC`` to get the latest stable release including the core dependencies or check out the code on Github.
26
-
Note that using ``pip install pySDC`` or ``python setup.py install`` will only install the core dependencies, omitting `mpi4py` and `petsc4py` (see below).
26
+
Note that using ``pip install pySDC`` or ``python setup.py install`` will only install the core dependencies, omitting e.g. `mpi4py`, 'fenics` and `petsc4py` (see below).
27
27
All package requirements are listed in the files `requirements.txt <https://github.com/Parallel-in-Time/pySDC/blob/master/requirements.txt>`_ .
28
28
29
29
To check your installation, run
@@ -41,16 +41,16 @@ You may need to update your ``PYTHONPATH`` by running
41
41
in particular if you want to run any of the playgrounds, projects or tutorials.
42
42
All ``import`` statements there assume that the `pySDC`'s base directory is part of ``PYTHONPATH``.
43
43
44
-
Note: When installing both `mpi4py` and `petsc4py`, make sure they use the same MPI installation (e.g. MPICH3).
44
+
Note: When installing `mpi4py`, `fenics` and `petsc4py`, make sure they use the same MPI installation (e.g. MPICH3).
45
45
You can achieve this e.g. by using the `Anaconda distribution <https://www.anaconda.com/distribution/>`_ of Python and then run
Most of the code is tested automatically using `Travis-CI <https://travis-ci.org/Parallel-in-Time/pySDC>`_, so a working version of the installation process can always be found in the `install`-block of the `.travis.yml <https://github.com/Parallel-in-Time/pySDC/blob/master/.travis.yml>`_ file.
52
52
53
53
For many examples, `LaTeX` is used for the plots, i.e. a decent installation of this is needed in order to run the tests.
54
-
When using `FEniCS` or `petsc4py`, a C++ compiler is required (although installation may go through at first).
54
+
When using `fenics` or `petsc4py`, a C++ compiler is required (although installation may go through at first).
55
55
56
56
For more details on `pySDC`, check out `http://www.parallel-in-time.org/pySDC <http://www.parallel-in-time.org/pySDC>`_.
0 commit comments