Last change
on this file since 3444 was
3433,
checked in by ole, 19 years ago
|
Removed path again - seems to be unnecessary
|
File size:
398 bytes
|
Line | |
---|
1 | """The python module pypar.py and the C-extension mpi.c |
---|
2 | implements scalable parallelism on distributed and shared |
---|
3 | memory architectures using an important subset of |
---|
4 | the Message Passing Interface (MPI) standard. |
---|
5 | """ |
---|
6 | |
---|
7 | from pypar import * |
---|
8 | from pypar import __version__, __date__, __author__ |
---|
9 | |
---|
10 | #Add path of package to PYTHONPATH to allow C-extension to be loaded |
---|
11 | #import sys |
---|
12 | #sys.path += __path__ |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.