rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.

Home Page:http://rdicosmo.github.io/parmap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocaml 4.08

JuliaLawall opened this issue · comments

Apparently parmap doesn't work with ocaml 4.08. Apparently Bigarray.Array1.map_file has disappeared.

We should use the stdcompat library to not be annoyed by such things.
There is a Unix.map_file in 4.08, if you need a quick workaround.

If you need a branch with the changes: #85

I just hate when the stdlib changes. The stdlib should not be used outside of the compiler...

Any updates on this one? It is also required by Debian migration to OCaml 4.08+.

cc @glondu

should be fixed.
the fixed version should appear in opam soon: ocaml/opam-repository#14973