Skip to content

pyina-0.2.3

Compare
Choose a tag to compare
@mmckerns mmckerns released this 16 Jun 16:40
· 117 commits to master since this release

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with easy_install or pip:
$ pip install pyina

pyina requires:
- python, version == 2.7 *or* version >= 3.5
-numpy, version >= 1.0
-mpi4py, version >= 1.3
- dill, version >= 0.3.2
- pox, version >= 0.2.8
- pathos >= 0.2.6

Optional requirements:
- mystic, version >= 0.3.5

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())