rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
http://rdicosmo.github.io/parmap/
Other
94 stars 20 forks source link

added get_ncores #54

Closed UnixJunkie closed 7 years ago

UnixJunkie commented 7 years ago

a worker can get the number of cores being used during the parallel computation

rdicosmo commented 7 years ago

@UnixJunkie may you look into the merge conflicts introduced by this patch? I wanted to approve it last, as it has several changes, but apparently it does not commute with the rank functions.

UnixJunkie commented 7 years ago

I resolved all conflicts.