Index: openmp/trunk/runtime/src/kmp_tasking.cpp =================================================================== --- openmp/trunk/runtime/src/kmp_tasking.cpp +++ openmp/trunk/runtime/src/kmp_tasking.cpp @@ -4015,7 +4015,7 @@ // schedule new task with correct return address for OMPT events __kmp_omp_taskloop_task(NULL, gtid, new_task, codeptr_ra); #else - __kmp_omp_task(NULL, gtid, new_task); // schedule new task + __kmp_omp_task(gtid, new_task, true); // schedule new task #endif // execute the 1st half of current subrange