This is a minimal wrapper for mpi
extracted from pyunicorn
with a small extension. It builds a basic master slave structure for parallelization using mpi
. Please find details either in the pyunicorn
package or in the doc-string file simple_mpi/mpi.py
.
To install, close this directory
git clone https://github.com/timkittel/simple-mpi.git
and then install it with pip
cd simple-mpi
pip install .
If there are any questions, please contact either the authors or the maintainer of this repository.