PyPinT is a framework for Parallel-in-Time integration routines.
The main purpose of PyPinT is to provide a framework for educational use and prototyping new parallel-in-time algorithms. As well it will aid in developing a high-performance C++ implementation for massively parallel computers providing the benefits of parallel-in-time routines to a zoo of time integrators in various applications.
Before installation, please read about the required packages carefully.
We strongly recommend to use virtual environments as provided by pyenv and/or virtualenv.
PyPinT is not yet available via PyPi but will be in the near future.
Meanwhile, clone the Git repository or download one of the provided release tar balls and run
python setup.py install [--user]
This will install all required modules and packages for you.