INTEC   05402
INSTITUTO DE DESARROLLO TECNOLOGICO PARA LA INDUSTRIA QUIMICA
Unidad Ejecutora - UE
artículos
Título:
MPI for Python: Performance Improvements and MPI Extensions
Autor/es:
LISANDRO D. DALCÍN; RODRIGO R. PAZ; MARIO A. STORTI; JORGE D'ELÍA
Revista:
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING
Editorial:
Elsevier
Referencias:
Año: 2008 vol. 68 p. 655 - 662
ISSN:
0743-7315
Resumen:
MPI for Python provides bindings of the message passing interface (MPI) standard for the Python programming language and allows anyPython program to exploit multiple processors.In its first release, MPI for Python was constructed on top of the MPI-1 specification defining an object-oriented interface that closely followed the MPI-2 C++ bindings, and provided support for communications of general Python objects. In the latest release, this package is improved to enable direct blocking/non-blocking communication of numeric arrays, and to support almost all MPI-2 features.Improvements in communication performance have been tested in a Beowulf class cluster. Results showed a negligible overhead in comparison to compiled C code.MPI for Python is open source and available for download on the web (http://mpi4py.scipy.org/).