RAA - mpi_ruby

mpi_ruby / 0.4

Short description: MPI Ruby
Category: Library/Parallel
Status: Beta - seems to work with some testing
Created: 2001-07-23 15:58:17 GMT
Last update: -
Owner: Rudi Cilibrasi (Projects of this owner)
Homepage: http://mpiruby.sourceforge.net/
Download: http://prdownloads.sourceforge.net/mpiruby/mpi_ruby-0.4.tar.bz2?download
License: OpenSource
Dependency:
None
Description:

MPI Ruby is a Ruby binding of MPI. MPI is used to easily write distributed programs for parallel supercomputers. The goal of this binding is to make the power of MPI available to Ruby users in a way that fits the language's object oriented model. In order to do this, the buffer and datatype management necessary in the C, C++, and Fortran bindings has been removed. Objects can be sent as messages from node to node.

Edit this project (for project owner)

back to RAA top