This is an archive of the discontinued LLVM Phabricator instance.

Removed @ from delimiters, added it as offset designator.
ClosedPublic

Authored by jlpeyton on Oct 13 2015, 10:50 AM.

Details

Summary

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@2,4c@2,1t'. This is also the format of KMP_SETTINGS=1 output now (removed "o" from there). e.g., 2s,2o,4c,2o,1t.

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton updated this revision to Diff 37270.Oct 13 2015, 10:50 AM
jlpeyton retitled this revision from to Removed @ from delimiters, added it as offset designator..
jlpeyton updated this object.
jlpeyton added reviewers: AndreyChurbanov, hfinkel.
jlpeyton set the repository for this revision to rL LLVM.
jlpeyton added a subscriber: openmp-commits.
AndreyChurbanov accepted this revision.Oct 20 2015, 7:26 AM
AndreyChurbanov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 20 2015, 7:26 AM
This revision was automatically updated to reflect the committed changes.