Revision f140dbc8b05aa3d341c70436a1920a06df9a0ed4 authored by Roberto Di Cosmo on 02 May 2021, 17:11:46 UTC, committed by Roberto Di Cosmo on 02 May 2021, 17:11:46 UTC
Add test to cover exception handling in the workers for this case.
1 parent ba9a613
Raw File
dune
(library
 (public_name parmap)
 (synopsis "Parallel map primitive for multicores")
 (wrapped false)
 (libraries bigarray unix)
 (foreign_stubs (language c) (names bytearray_stubs setcore_stubs)))

(documentation
  (package parmap)
  (mld_files index)
)

(rule
 (targets parmap_compat.ml setcore_stubs.h)
 (deps
  (:discover ../config/discover.exe))
 (action
  (run %{discover})))
back to top