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

Disable core pinning command #66

Closed UnixJunkie closed 6 years ago

UnixJunkie commented 6 years ago

added two commands to turn on/off core pinning.

UnixJunkie commented 6 years ago

if this is accepted, we should make a new release since production users of parmap might be interested.

UnixJunkie commented 6 years ago

the minor edits are just removal of trailing whitespaces by emacs... If you go to there: https://github.com/rdicosmo/parmap/pull/66/files, you can easily check visually that this is the case.

UnixJunkie commented 6 years ago

superseded by https://github.com/rdicosmo/parmap/pull/69 and https://github.com/rdicosmo/parmap/pull/67