This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 58ea7bd Update year in license files new f52d8cc [OMPT] Second chunk of final OMPT 5.0 interface updates
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: runtime/cmake/LibompExports.cmake | 2 +- runtime/src/CMakeLists.txt | 8 +- runtime/src/include/50/omp-tools.h.var | 1083 ++++++++++++++++++++ runtime/src/include/50/ompt.h.var | 735 ------------- runtime/src/kmp_barrier.cpp | 2 +- runtime/src/kmp_csupport.cpp | 8 +- runtime/src/kmp_gsupport.cpp | 2 +- runtime/src/kmp_runtime.cpp | 20 +- runtime/src/kmp_taskdeps.cpp | 24 +- runtime/src/kmp_wait_release.h | 2 +- runtime/src/ompt-event-specific.h | 4 +- runtime/src/ompt-general.cpp | 10 +- runtime/src/ompt-internal.h | 4 +- runtime/src/ompt-specific.cpp | 2 +- runtime/test/lit.cfg | 2 +- runtime/test/ompt/callback.h | 29 +- runtime/test/ompt/cancel/cancel_taskgroup.c | 2 +- .../ompt/loadtool/tool_available/tool_available.c | 2 +- .../tool_available_search/tool_available_search.c | 4 +- .../tool_not_available/tool_not_available.c | 4 +- runtime/test/ompt/parallel/parallel_if0.c | 2 +- runtime/test/ompt/parallel/serialized.c | 2 +- .../synchronization/barrier/implicit_task_data.c | 2 +- runtime/test/ompt/tasks/explicit_task.c | 2 +- runtime/test/ompt/tasks/taskyield.c | 2 +- 25 files changed, 1161 insertions(+), 798 deletions(-) create mode 100644 runtime/src/include/50/omp-tools.h.var delete mode 100644 runtime/src/include/50/ompt.h.var