Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iraikov/mpi-mlton

MPI bindings for Standard ML / MLton
https://github.com/iraikov/mpi-mlton

distributed-computing mlton mpi mpi-bindings standard-ml

Last synced: 19 days ago
JSON representation

MPI bindings for Standard ML / MLton

Awesome Lists containing this project

README

        

mpi-mlton
======

MPI (http://www.mpi-forum.org/) is a popular standard for
distributed-memory parallel programming. It offers both point-to-point
message passing and group communication operations (broadcast,
scatter/gather, etc).

Open MPI (http://www.open-mpi.org/) is an implementation of the MPI
standard that combines technologies and resources from several other
projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the
best MPI library available.

The MLton MPI bindings provide an ML interface to a subset of the MPI
1.2 procedures for communication. It is based on the Ocaml MPI
library by Xavier Leroy
(http://pauillac.inria.fr/~xleroy/software.html#ocamlmpi). The mpi
library has been tested with Open MPI and MPICH.