mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 02:32:27 +00:00
Fine tune OpenMP some more
This commit is contained in:
parent
369aebfc48
commit
616717fa82
12 changed files with 45 additions and 48 deletions
2
third_party/openmp/kmp_runtime.cpp
vendored
2
third_party/openmp/kmp_runtime.cpp
vendored
|
@ -9202,7 +9202,7 @@ kmp_info_t *__kmp_hidden_helper_main_thread;
|
|||
std::atomic<kmp_int32> __kmp_unexecuted_hidden_helper_tasks;
|
||||
#if KMP_OS_LINUX
|
||||
kmp_int32 __kmp_hidden_helper_threads_num = 8;
|
||||
kmp_int32 __kmp_enable_hidden_helper = TRUE;
|
||||
kmp_int32 __kmp_enable_hidden_helper = IsLinux();
|
||||
#else
|
||||
kmp_int32 __kmp_hidden_helper_threads_num = 0;
|
||||
kmp_int32 __kmp_enable_hidden_helper = FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue