Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable openmp builds #3

Open
ericmjonas opened this issue Jul 27, 2015 · 1 comment
Open

enable openmp builds #3

ericmjonas opened this issue Jul 27, 2015 · 1 comment

Comments

@ericmjonas
Copy link
Owner

No description provided.

@timmeinhardt
Copy link
Collaborator

I extended the README.rst, setup script and general interface to support OpenMP multithreading. The num_threads parameter can be used to specify the number of working threads.

Adding support for OSX was a little bit tricky. The default OSX compiler clang (which is a special OSX version of clang and overwrites the gcc compiler) does not support OpenMP builds. Therefore, one has to brew-install an independent gcc compiler. For this case, the setup script looks for other manually installed gcc compilers and applies the most recent version for the compilation.

@ericmjonas The respective commit 29c800a includes a few hacky changes. Maybe you can have a look at the most recent version and test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants