This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Move KMP_VERSION printout logic to post-serial-init
ClosedPublic

Authored by jlpeyton on Jul 6 2023, 1:16 PM.

Details

Summary

Get the KMP_VERSION printout logic out of environment variable file (kmp_settings.cpp) and move to end of serial initialization where KMP_SETTINGS and OMP_DISPLAY_ENV are.

Diff Detail

Event Timeline

jlpeyton created this revision.Jul 6 2023, 1:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 1:16 PM
jlpeyton requested review of this revision.Jul 6 2023, 1:16 PM
tianshilei1992 accepted this revision.Jul 6 2023, 1:41 PM
This revision is now accepted and ready to land.Jul 6 2023, 1:41 PM