Skip to content

Revert insidious suppression of the -fopenmp flag in the LAPACK subtree #1460

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

Merged
merged 2 commits into from
Feb 18, 2018
Merged

Revert insidious suppression of the -fopenmp flag in the LAPACK subtree #1460

merged 2 commits into from
Feb 18, 2018

Conversation

martin-frbg
Copy link
Collaborator

This was added in #1046 citing a problem with mingw, but in effect it quietly reduces thread safety on all non-Windows platforms (while -fopenmp is already disabled for Windows builds through the toplevel Makefile.system). Removing the filter fixes #1425

This was added in #1046 citing a problem with mingw, but in effect it quietly reduces thread safety on all non-Windows platforms (while -fopenmp is already disabled for Windows builds through the toplevel Makefile.system). Removing the filter fixes #1425
@martin-frbg
Copy link
Collaborator Author

Seems that the travis build hit the OpenMP 4.0 dependencies in lapack now (it still uses gcc 4.6.3)

To allow compiling with gcc versions older than 4.9
@martin-frbg martin-frbg merged commit 7cd7acf into OpenMathLib:develop Feb 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

thread safety in openblas 0.2.20
1 participant