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

CI/tests print warnings about OpenMP calls on non-openMP processors #7

Open
seberg opened this issue Nov 26, 2024 · 0 comments
Open

Comments

@seberg
Copy link
Contributor

seberg commented Nov 26, 2024

CI (and local tests) print a lot of:

[0 - 7f40bc29e740]   26.691357 {4}{openmp}: OpenMP runtime call from non-OpenMP-enabled Realm processor!
[0 - 7f40bc29e740]   26.692945 {4}{openmp}: OpenMP runtime call from non-OpenMP-enabled Realm processor!
[0 - 7f40bc29e740]   26.693267 {4}{openmp}: OpenMP runtime call from non-OpenMP-enabled Realm processor!
[0 - 7f40bc29e740]   26.694894 {4}{openmp}: OpenMP runtime call from non-OpenMP-enabled Realm processor!
[0 - 7f40bc29e740]   26.695078 {4}{openmp}: OpenMP runtime call from non-OpenMP-enabled Realm processor!

There is a good chance that this is OK/expected and comes from scikit-learn using OpenMP. Although it would be nice to figure out how to tell scikit-learn not to do this (of find out what else may be the reason).

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

No branches or pull requests

1 participant