File: README.txt

package info (click to toggle)
mpi4py 1.3.1%2Bhg20131106-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,224 kB
  • ctags: 6,415
  • sloc: python: 12,056; ansic: 7,022; makefile: 697; f90: 158; cpp: 103; sh: 60
file content (27 lines) | stat: -rw-r--r-- 849 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=======================
 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.4 to 2.7 and 3.0 to 3.3 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``.