This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 9ea16f6 Fixed libomp static build broken by the commit rL322202. new 5c21042 [OMPT] Return appropiate values for ompt runtime entry points [...] new 5904994 [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_impl new a02eb72 [OMPT] Add Workaround for Intel Compiler Bug
The 3 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 | 20 ++++----- runtime/src/kmp_atomic.h | 2 +- runtime/src/kmp_csupport.cpp | 30 ++++++------- runtime/src/ompt-general.cpp | 29 +++++++----- runtime/src/ompt-specific.cpp | 23 ++++++---- .../test/ompt/misc/api_calls_from_other_thread.cpp | 51 ++++++++++++++++++++++ runtime/test/ompt/tasks/task_types.c | 2 +- runtime/test/ompt/tasks/task_types_serialized.c | 1 + 8 files changed, 113 insertions(+), 45 deletions(-) create mode 100644 runtime/test/ompt/misc/api_calls_from_other_thread.cpp