Are other language / application bindings available for Open MPI?
Other MPI language bindings and application-level programming interfaces have been been written by third parties. Here are a link to some of the available packages: • bcMPI: bcMPI is a software package that implements MPI extensions for MATLAB and GNU Octave. It consists of a core library (libbcmpi) that interfaces to the MPI library, a toolbox for MATLAB (mexmpi), and a toolbox for Octave (octmpi). • MPI Toolbox for Octave (MPITB): Octave Linux users in a cluster with several PCs can use MPITB in order to call MPI library routines from within the Octave environment. • Parallel::MPI: Perl bindings for MPI. • mpi4py: MPI for Python (or mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors. • pyMPI: a project integrating the Message Passing Interface (MPI) into the Python interpreter. • Boost MPI: Boost C++ class library for MPI. If you’d like to have your project listed he