Magazine Article

PyPele Rewritten To Use MPI

TBMG-2720

04/01/2008

Abstract
Content

A computer program known as "PyPele," originally written as a Python-language extension module of a C++ language program, has been rewritten in pure Python language. The original version of PyPele dispatches and coordinates parallel- processing tasks on cluster computers and provides a conceptual framework for spacecraft-mission- design and -analysis software tools to run in an embarrassingly parallel mode. The original version of PyPele uses SSH (Secure Shell — a set of standards and an associated network protocol for establishing a secure channel between a local and a remote computer) to coordinate parallel processing. Instead of SSH, the present Python version of PyPele uses Message Passing Interface (MPI) [an unofficial de-facto standard language-independent application programming interface for message-passing on a parallel computer] while keeping the same user interface.

Meta TagsDetails
Citation
"PyPele Rewritten To Use MPI," Mobility Engineering, April 1, 2008.
Additional Details
Publisher
Published
Apr 1, 2008
Product Code
TBMG-2720
Content Type
Magazine Article
Language
English