Hello
When I run a code that uses multithreaded blas(mkl library), and I want to run it with a single thread, I get a warning:
OMP: Warning #96: Cannot form a team with 24 threads, using 1 instead.
OMP: Hint: Consider unsetting KMP_ALL_THREADS and OMP_THREAD_LIMIT (if ei\
ther is set).
How can I prevent this warning from being printed?
I set threads number limit to 1 on purpose, and I want to keep it this way.
And I want to link multithreaded blas with my code. Just in one part of the code, I have to run it with one thread.
Thanks for help!
Cheers
Michal