Revision fe278be10cb6e008f9a58b85192e3d5ccd4bbf3f authored by Roberto Di Cosmo on 15 November 2011, 16:22:18 UTC, committed by Roberto Di Cosmo on 15 November 2011, 16:27:39 UTC
 - one mapper primitive for load balancing
 - one simplemapper primitive for one shot
 - shared output bigarray for floats
 - better documentation in the interface
1 parent 3ef96e6
Raw File
META
name = "parmap"
version = "0.9.4"
description = "Parallel map primitive for multicores"
requires = "extlib bigarray unix"
archive(byte) = "parmap.cma"
archive(native) = "parmap.cmxa"
back to top