Releases: xavierleroy/ocamlmpi
Releases · xavierleroy/ocamlmpi
OCamlMPI version 1.06
- 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
OCamlMPI version 1.04
OCamlMPI version 1.03
Ensure compatibility with OCaml 4.06 and up. Now, OCaml 4.02 or up is required.
OCamlMPI version 1.02
This release includes support for ocamlfind and for OPAM.