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_rank so that worker processes can know at which rank #56

Closed UnixJunkie closed 7 years ago

UnixJunkie commented 7 years ago

they were forked out of the master process

rdicosmo commented 7 years ago

Thanks, this seems a useful addition.