This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 4c2424f Fix sporadic segfaults in tasking tests. new 92f7b79 Add recursive task scheduling strategy to taskloop implementation
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 | 6 +- runtime/src/kmp_global.cpp | 1 + runtime/src/kmp_settings.cpp | 16 ++ runtime/src/kmp_tasking.cpp | 380 +++++++++++++++++++------- runtime/test/tasking/kmp_taskloop.c | 1 + runtime/test/tasking/omp_taskloop_grainsize.c | 106 +++++++ runtime/test/tasking/omp_taskloop_num_tasks.c | 67 +++++ 7 files changed, 482 insertions(+), 95 deletions(-) create mode 100644 runtime/test/tasking/omp_taskloop_grainsize.c create mode 100644 runtime/test/tasking/omp_taskloop_num_tasks.c