clarified OMP_NUM_THREADS#835
Conversation
Removed description of possible deprecation of OMP_NUM_THREADS. After discussion in flame#825 it was agreed to: - lax the deprecation warning, OMP_NUM_THREADS will always be a fall-bock. - Clarified with a simple example on how to do different regions of thread-counts. Signed-off-by: Nick Papior <nickpapior@gmail.com>
|
What is not clear from the current document is how the I think this solves #825 |
|
Setting any of the |
This is actually already mentioned in the document under "Specifying multithreading." It's even in bold.
|
|
Sorry for the mislead, I just didn't see it in the mentioned section. But I suppose that is not necessary, so please forget my comment. I think the PR still remains final, let me know if you need any changes, I'll amend! |
No problem. Thanks for your feedback! |
Removed description of possible deprecation of OMP_NUM_THREADS.
After discussion in #825 it was agreed to: