SCALAPACK and PBLAS in Python

Simon Burton simonb at webone.com.au
Mon Aug 4 20:18:32 EDT 2003


On Mon, 04 Aug 2003 12:23:13 +0200, Vicente Galiano wrote:

> 
> Hi everybody,
> 
> 
> I'm searching differents tools for Python programming using parallelism
> tools...., I've seen PyPar, PyMPI an d Scientific Python, but I'm
> lookingo for implementations in python of SCALAPACK, on the other
> hand,.... How can I implement PBLAS and SCALAPACK callings in python??

Have a look at SWIG. It's not too hard to use, unless the library calls use
function pointers; then it can get tricky.

Simon Burton.





More information about the Python-list mailing list