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

Disable gcc parallel extension if openmp is not available. #8871

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

trivialfis
Copy link
Member

<parallel/algorithm> internally includes the <omp.h> header, which leads to an error when openmp is not available.

`<parallel/algorithm>` internally includes the <omp.h> header, which leads to an error
when openmp is not available.
@trivialfis trivialfis merged commit cad7401 into dmlc:master Mar 6, 2023
@trivialfis trivialfis deleted the fix-omp-gnu branch March 6, 2023 14:51
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.

2 participants