-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[MRG] Fix OpenMP runtime error on mac #13294
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
[MRG] Fix OpenMP runtime error on mac #13294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Maybe we can just extend the comment to make it even more explicit that we handle oversubscription by manually reconfiguring the inner OpenMP loops.
Any idea why circleci is killed like that? |
No idea but we've already seen this failure last week, right ? |
Related to OpenML/ARFF reader taking too much memory: #13287 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a nitpick. @jeremiedbb I will merge once you corrected it.
482f8e9
to
33c46df
Compare
@glemaitre the travis failure seems unrelated. It's a http error. |
Thanks |
This reverts commit 59f5b41.
This reverts commit 59f5b41.
Avoids runtime error from OpenMP due to multiple OpenMP runtime libs loaded simultaneously.
Happens when calling BLAS inside prange parallel loop.
Happens only on mac...
ping @ogrisel