This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 6cbafac [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS new 716f6ba Add OMPT support for teams construct
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/src/kmp_csupport.cpp | 3 +- runtime/src/kmp_runtime.cpp | 160 ++++++++++++++++++++-------- runtime/src/kmp_wait_release.h | 5 +- runtime/src/ompt-internal.h | 1 + runtime/src/ompt-specific.cpp | 7 +- runtime/src/ompt-specific.h | 2 +- runtime/test/ompt/callback.h | 31 ++++-- runtime/test/ompt/misc/interoperability.cpp | 10 +- runtime/test/ompt/teams/parallel_team.c | 81 ++++++++++++++ runtime/test/ompt/teams/serial_teams.c | 89 ++++++++++++++++ runtime/test/ompt/teams/serialized.c | 62 +++++++++++ runtime/test/ompt/teams/team.c | 49 +++++++++ 12 files changed, 437 insertions(+), 63 deletions(-) create mode 100644 runtime/test/ompt/teams/parallel_team.c create mode 100644 runtime/test/ompt/teams/serial_teams.c create mode 100644 runtime/test/ompt/teams/serialized.c create mode 100644 runtime/test/ompt/teams/team.c