[plt-scheme] MPI Bindings?
On Mon, Apr 12, 2010 at 4:19 PM, Will M. Farr <wmfarr at gmail.com> wrote:
> Actually, it may be even simpler than that. For example, the OCaml MPI interface has the
> useful feature that any OCaml value that can be serialized (write and read are the
> analogous Scheme functions) can be sent and received over the MPI channels. You might
> start there---with a single (mpi-send ...), (mpi-recv ...), etc, functions that just write to a
> string, ship the string, and then read from the string. That shouldn't take but a few hours.
Interesting thanks Will.