Support This Project 

SourceForge.net Logo  

Welcome

Welcome to MPY
Message Passing interface for pYthon

MPY is an implementation and extension of the Message Passing Interface or MPI.  The original specifications for MPI only stated that C/C++ and Fortran needed to be supported.  Although Python is a interpreted language that is inherently slower then a well produced C program, the ability to rapidly code Python programs for a proof of concept, or even a finished product supplies enough reason to produce a MPI library for Python.  In addition to being a MPI library for Python, MPY provides many features that would require extensive programing in a C or Fortran environment to achieve.

News:

2004/06/26

nairb774

MPYCH Module Released

I have released the mpych mpi_wrap module, version 0.1. An mpi_wrap module is necessary to use the mpy module. Any people looking to develop mpi_wrap modules for other mpi implementations should contact nairb774.

 

2004/06/26

nairb774

First mpy file release v0.1

I made the first mpy release version 0.1. I am putting this out so that others can test the program and experiment with its capabilities

 

2004/06/11

nairb774

mpy module added to CVS

The base import of the mpy module has been added to the CVS. Tomorrow (time permitting) I will add the setup code and wrap a windows version for testing

 

2004/06/11

nairb774

mpi_wrap module added for MPICH implementation

An mpi_wrap module for the MPICH implementation has been added to to the CVS. mpi_wrap modules provide the low level interface between python and the MPI implementation. Other mpi_wrap implementations would be greatly appreciated. Before starting one please contact nairb774

 

{Home} {About} {Change Log} {Download} {Older News}

Last updated: 06/27/04 12:04:17 PM CST

BuiltWithNOF