ocamlmpi icon indicating copy to clipboard operation
ocamlmpi copied to clipboard

OCaml/MPI interface

Results 4 ocamlmpi issues
Sort by recently updated
recently updated
newest added

Is it possible to use mpi via the toplevel (ocaml, utop, or jupyter)? I get the the following error message: ``` # #require "mpi";; Error: The external function `caml_mpi_send_int' is...

Hello, the prototype of the C function `MPI_Bcast` is: `int MPI_Bcast( void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm )` and in the ocamlmpi source code there is,...

This would ease opam packaging.