This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 623b98e [OMPT] Fix return address handling in a few GOMP interface methods new 62dafa3 [OMPT] Add missing ompt_get_num_procs function new 00e405e Add missing test case from D41171 commit
The 2 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/include/50/ompt.h.var | 4 ++++ runtime/src/ompt-general.cpp | 9 +++++++++ runtime/test/ompt/callback.h | 2 ++ runtime/test/ompt/misc/api_calls.c | 6 ++++++ runtime/test/ompt/misc/unset_callback.c | 29 +++++++++++++++++++++++++++++ 5 files changed, 50 insertions(+) create mode 100644 runtime/test/ompt/misc/unset_callback.c