This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 6951b01 [OPENMP, NVPTX] Sync threads before start ordered loops. new a3cad23 [OMPT] Provide the right thread_num for ancestor levels new c5d7f1d [OMPT] Add testcases for thread_begin and thread_end callbacks new 5aaa641 [OMPT] Add tests for runtime entry points from non-OpenMP threads new 832e165 [OMPT] Use alloca() to force availability of frame pointer
The 4 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/src/ompt-specific.cpp | 17 +- .../test/ompt/misc/api_calls_from_other_thread.cpp | 65 +++- runtime/test/ompt/misc/interoperability.cpp | 4 + runtime/test/ompt/misc/threads.c | 34 ++ runtime/test/ompt/misc/threads_nested.c | 38 +++ runtime/test/ompt/parallel/nested_thread_num.c | 357 +++++++++++++++++++++ 6 files changed, 500 insertions(+), 15 deletions(-) create mode 100644 runtime/test/ompt/misc/threads.c create mode 100644 runtime/test/ompt/misc/threads_nested.c create mode 100644 runtime/test/ompt/parallel/nested_thread_num.c