kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
219 stars 76 forks source link

Optional OpenMP #40

Closed kiyo-masui closed 8 years ago

kiyo-masui commented 8 years ago

This closes #38 and #39, by allowing OpenMP to be enabled or disabled as a command-line option to build_ext, or by specifying a value in the setup.cfg file.

Thanks to @graeme-winter and @leosala for doing the initial leg work on this.

In addition, OpenMP scheduling has been changed to dynamic, which is more appropriate for largish blocks of inhomogeneous work.