https://github.com/erdc/mpi4py
https://github.com/erdc/mpi4py
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erdc/mpi4py
- Owner: erdc
- License: other
- Created: 2012-01-26T18:07:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T17:12:40.000Z (over 2 years ago)
- Last Synced: 2024-04-15T00:05:22.555Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 4.28 MB
- Stars: 17
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: HISTORY.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=======================
README: MPI for Python
=======================
:Author: Lisandro Dalcin
:Contact: dalcinl@gmail.com
:Web Site: http://mpi4py.googlecode.com/
:Organization: CIMEC
: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``.