source: anuga_core/source/pypar-numeric/__init__.py @ 5839

Last change on this file since 5839 was 5839, checked in by steve, 16 years ago

Updated setup.py from the later version of pypar, added file metsdata.py
and added the link -lg2c (can't hurt) as for some reason the linker
was looking for getarg_

File size: 405 bytes
Line 
1"""The python module pypar.py and the C-extension mpi.c
2implements scalable parallelism on distributed and shared
3memory architectures using an important subset of
4the Message Passing Interface (MPI) standard.
5"""
6
7from pypar import *
8from __metadata__ 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.