mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +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
5
third_party/openmp/kmp_config.h
vendored
5
third_party/openmp/kmp_config.h
vendored
|
@ -22,7 +22,6 @@
|
|||
#define KMP_DEBUG 1
|
||||
#endif
|
||||
|
||||
#define KMP_USE_FUTEX 0
|
||||
#define KMP_FTN_ENTRIES KMP_FTN_PLAIN
|
||||
#define syscall {{openmp_shall_not_use_syscall}}
|
||||
|
||||
|
@ -63,9 +62,9 @@
|
|||
#define OMPX_TASKGRAPH LIBOMP_OMPX_TASKGRAPH
|
||||
#define LIBOMP_PROFILING_SUPPORT 0
|
||||
#define OMP_PROFILING_SUPPORT LIBOMP_PROFILING_SUPPORT
|
||||
#define LIBOMP_OMPT_OPTIONAL 0
|
||||
#define LIBOMP_OMPT_OPTIONAL 1
|
||||
#define OMPT_OPTIONAL LIBOMP_OMPT_OPTIONAL
|
||||
#define LIBOMP_USE_ADAPTIVE_LOCKS 0
|
||||
#define LIBOMP_USE_ADAPTIVE_LOCKS 1
|
||||
#define KMP_USE_ADAPTIVE_LOCKS LIBOMP_USE_ADAPTIVE_LOCKS
|
||||
#define KMP_DEBUG_ADAPTIVE_LOCKS 0
|
||||
#define LIBOMP_USE_INTERNODE_ALIGNMENT 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue