Revision b0f230da02f35d1febb8c7a2b6020d076e793e32 authored by Roberto Di Cosmo on 08 January 2015, 09:58:47 UTC, committed by Roberto Di Cosmo on 08 January 2015, 09:58:47 UTC
Silence warnings for unused variables.
And remove finalize parameter from setup_children_chans for now.
2 parent s a7cd1f7 + 752de8e
Raw File
META
name = "parmap"
version = "1.0-rc1"
description = "Parallel map primitive for multicores"
requires = "bigarray unix"
archive(byte) = "parmap.cma"
archive(native) = "parmap.cmxa"
linkopts(byte) = "-cclib -lparmap_stubs"
back to top