Skip to content

Commit 03d89c1

Browse files
committed
cleanup, docs, fixes
1 parent 7cd6708 commit 03d89c1

File tree

8 files changed

+7
-644
lines changed

8 files changed

+7
-644
lines changed

docs/source/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ The code is hosted on GitHub, see `https://github.com/Parallel-in-Time/pySDC <ht
1111
News
1212
----
1313

14+
- May 23, 3018: Version 2.4 adds support for PETSc! You can now use PETSc data types (pySDC ships with DMDA for distributed structured grids) and parallel solvers right from you examples and problem classes.
15+
There is also a new tutorial (7.C) showing this in a bit more detail, including communicator splitting for parallelization in space and time.
16+
Warning: in order to get this to work you need to install petsc4py and mpi4py first! Make sure both use MPICH3 bindings.
17+
Downloading pySDC from PyPI does not include these packages.
18+
1419
- February 8, 2018: Ever got annoyed at `pySDC`'s incredibly slow setup phase when multiple time-steps are used? Version 2.3
1520
changes this by copying the data structure of the first step to all other steps using the `dill Package <https://pypi.python.org/pypi/dill>`_.
1621
Setup times could be reduced by 90% and more for certain problems. We also increase the speed for certain calculations,

pySDC/playgrounds/PETSc/bratu3d.py

Lines changed: 0 additions & 180 deletions
This file was deleted.

pySDC/playgrounds/PETSc/heat.py

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)