Unverified Commit 7b8130c2 authored by Kazushi Marukawa's avatar Kazushi Marukawa Committed by GitHub
Browse files

[OpenMP][VE] Limit the number of threads to create (#66729)

VE supports up to 64 threads per a VE process. So, we limit the number
of threads defined by KMP_MAX_NTH. We also modify the __kmp_sys_max_nth
initialization to use KMP_MAX_NTH as a limit.
parent 1446e3cf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment