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.
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.