-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
50 lines (36 loc) · 1.04 KB
/
README.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
********************************
PMI - Parallel Method Invocation
********************************
PMI is a pure python module that allows libraries to provide functions
that are parallelized using MPI but that can nontheless be called from
serial Python scripts.
Requirements
------------
- Python version 2.4+
- An MPI module:
- mpi4py (http://mpi4py.scipy.org/) is recommended and can be
installed from PyPI via easy_install or pip.
Installation
------------
To get and install PMI, you can either install it using easy_install:
easy_install pmi
or pip:
pip install pmi
or you can download it directly from the module's homepage:
http://github.com/olenz/pmi
and install it using the distutils:
python setup.py install
Documentation
-------------
PMI is documented using pydoc, i.e. if you have a working python
installation, you should be able to access the documentation using
pydoc pmi
Contributors
------------
Olaf Lenz <[email protected]>
Thomas Brandes
Axel Arnold
Jonathan Halverson
Torsten Stühn
Dirk Reith
Anton Schüller