Skip to content

Releases: xavierleroy/ocamlmpi

OCamlMPI version 1.06

25 Mar 09:36
Compare
Choose a tag to compare
  • Removed unused code that breaks in OCaml 5.2 (#12)
  • Removed error handler that turns some MPI fatal errors into OCaml exceptions, it was raising an OCaml exception from within a blocking section, which is unsupported
  • Fix issue with OCaml's memory-cleanup-at-exit mode
  • Improved compatibility with OCaml 5.0 and up

OCamlMPI version 1.05

06 Sep 13:11
Compare
Choose a tag to compare
  • Add support for communicating bigarrays (#9) (Timothy Bourke)
  • Nicer GADT-based interface for reduce operations (#9) (Timothy Bourke)
  • Improved documentation in mpi.mli

OCamlMPI version 1.04

27 Dec 16:31
Compare
Choose a tag to compare
  • Improve compatibility with OCaml >= 4.09
  • Install mpi.cmx if built (#6)
  • Use MPI 2 error handlers (#5)

OCamlMPI version 1.03

20 Jun 14:55
Compare
Choose a tag to compare

Ensure compatibility with OCaml 4.06 and up. Now, OCaml 4.02 or up is required.

OCamlMPI version 1.02

21 Jul 14:02
Compare
Choose a tag to compare

This release includes support for ocamlfind and for OPAM.