This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 5e8afb8 Make test/parallel/omp_nested.c not use so many threads new 1c31fda OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
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.h | 26 ++++--- runtime/src/kmp_affinity.cpp | 155 ++++++++++++++++++++-------------------- runtime/src/kmp_affinity.h | 8 +-- runtime/src/kmp_alloc.cpp | 16 ++--- runtime/src/kmp_barrier.cpp | 12 ++-- runtime/src/kmp_csupport.cpp | 10 +-- runtime/src/kmp_dispatch.cpp | 36 +++++----- runtime/src/kmp_environment.cpp | 7 +- runtime/src/kmp_error.cpp | 6 +- runtime/src/kmp_i18n.cpp | 2 +- runtime/src/kmp_itt.inl | 2 +- runtime/src/kmp_lock.cpp | 37 ++++------ runtime/src/kmp_os.h | 49 +++++++------ runtime/src/kmp_runtime.cpp | 23 +++--- runtime/src/kmp_settings.cpp | 142 ++++++++++++++++++------------------ runtime/src/kmp_str.cpp | 10 +-- runtime/src/kmp_taskdeps.cpp | 14 ++-- runtime/src/kmp_tasking.cpp | 82 +++++++++++---------- runtime/src/kmp_taskq.cpp | 38 +++++----- runtime/src/kmp_utility.cpp | 2 +- runtime/src/kmp_wait_release.h | 34 ++++----- runtime/src/z_Linux_util.cpp | 14 ++-- 22 files changed, 376 insertions(+), 349 deletions(-)