diff options
Diffstat (limited to 'openmp/runtime/src/kmp_runtime.c')
-rw-r--r-- | openmp/runtime/src/kmp_runtime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/runtime/src/kmp_runtime.c b/openmp/runtime/src/kmp_runtime.c index 10caaafd392..22fc3a17993 100644 --- a/openmp/runtime/src/kmp_runtime.c +++ b/openmp/runtime/src/kmp_runtime.c @@ -2362,9 +2362,11 @@ __kmp_join_call(ident_t *loc, int gtid // But there is barrier for external team (league). __kmp_internal_join( loc, gtid, team ); } +#if OMP_40_ENABLED else { master_th->th.th_task_state = 0; // AC: no tasking in teams (out of any parallel) } +#endif /* OMP_40_ENABLED */ KMP_MB(); |