You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Since openmp is enabled in this build, this API cannot be used to configure intra op num threads. Please use the openmp environment variables to control the number of threads.
#1
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.
When running the body_demo code, I receive the message:
WARNING: Since openmp is enabled in this build, this API cannot be used to configure intra op num threads. Please use the openmp environment variables to control the number of threads.
It seems to be printed in STDOUT so it interferes with actually parsing the output of the program. I have tried setting OMP_NUM_THREADS environment variable but this has no effect.
Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
When running the body_demo code, I receive the message:
WARNING: Since openmp is enabled in this build, this API cannot be used to configure intra op num threads. Please use the openmp environment variables to control the number of threads.
It seems to be printed in STDOUT so it interferes with actually parsing the output of the program. I have tried setting OMP_NUM_THREADS environment variable but this has no effect.
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: