[Openmp-commits] [PATCH] D13701: Removed @ from delimiters, added it as offset designator.
Jonathan Peyton via Openmp-commits
openmp-commits at lists.llvm.org
Tue Oct 13 10:51:00 PDT 2015
jlpeyton created this revision.
jlpeyton added reviewers: AndreyChurbanov, hfinkel.
jlpeyton added a subscriber: openmp-commits.
jlpeyton set the repository for this revision to rL LLVM.
Moved '@' from delimiters to offset designators for the KMP_PLACE_THREADS environment variable. Only one of: postfix "o" or prefix @, should be used in the value of KMP_PLACE_THREADS. For example, '2s at 2,4c at 2,1t'. This is also the format of KMP_SETTINGS=1 output now (removed "o" from there). e.g., 2s,2o,4c,2o,1t.
Repository:
rL LLVM
http://reviews.llvm.org/D13701
Files:
runtime/src/i18n/en_US.txt
runtime/src/kmp_settings.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13701.37270.patch
Type: text/x-patch
Size: 9567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151013/70e239dd/attachment-0001.bin>
More information about the Openmp-commits
mailing list