aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_platform.h
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2017-10-06 19:23:19 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2017-10-06 19:23:19 +0000
commitc376c2708f97e7d1f784d509d0cf934bb2ec4b44 (patch)
treeb1ac49e5ba7166ecc1b661d2da27b71159a4c9d3 /runtime/src/kmp_platform.h
parent7635c9dd1fd3308d51b433935304d422f2d15fcd (diff)
KMP_HW_SUBSET vs KMP_PLACE_THREADS rival envirables fix
If both KMP_HW_SUBSET and KMP_PLACE_THREADS are set and KMP_PLACE_THREADS gets parsed first, then the current environment variable parser rejects both and neither get used. This patch uses the rivals mechanism that is used for other environment variable groups (e.g., KMP_STACKSIZE, GOMP_STACKSIZE, OMP_STACKSIZE). If both are set, then it tells the user that it is ignoring KMP_PLACE_THREADS in favor of KMP_HW_SUBSET. The message about deprecating KMP_PLACE_THREADS when it is set is still printed regardless. Differential Revision: https://reviews.llvm.org/D38292 git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@315091 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/src/kmp_platform.h')
0 files changed, 0 insertions, 0 deletions