Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
No description, website, or topics provided.
Python
C
Shell
C++
Fortran

Cannot retrieve the latest commit at this time.
Type | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
conf | ||
![]() |
demo | ||
![]() |
docs/source | ||
![]() |
misc | ||
![]() |
src | ||
![]() |
test | ||
![]() |
.hgignore | ||
![]() |
.hgtags | ||
![]() |
HISTORY.txt | ||
![]() |
LICENSE.txt | ||
![]() |
README.txt | ||
![]() |
THANKS.txt | ||
![]() |
makefile | ||
![]() |
mpi.cfg | ||
![]() |
setup.cfg | ||
![]() |
setup.py | ||
![]() |
tox.ini |
README.txt
======================= README: MPI for Python ======================= :Author: Lisandro Dalcin :Contact: dalcinl@gmail.com :Web Site: http://mpi4py.googlecode.com/ :Organization: CIMEC <http://www.cimec.org.ar/> :Address: CCT CONICET, 3000 Santa Fe, Argentina Thank you for downloading the *MPI for Python* project archive. As this is a work in progress, please check the `project website`_ for updates. .. _project website: http://mpi4py.googlecode.com/ - To build and install this package, you must meet the following requirements. + A Python 2.3 to 2.7 and 3.0 to 3.2 distribution. + A working MPI 1.2/1.3/2.0/2.1/2.2 implementation. - This package uses standard `distutils`. For detailed instructions about requirements and the building/install process, read the file ``docs/source/usrman/install.rst``.