Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iraikov/mpi-mlton
- Owner: iraikov
- License: other
- Created: 2013-07-31T05:23:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T18:18:39.000Z (over 5 years ago)
- Last Synced: 2024-10-19T17:45:14.824Z (2 months ago)
- Topics: distributed-computing, mlton, mpi, mpi-bindings, standard-ml
- Language: Standard ML
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.