Conditionally include the fork_context parameter to
__kmp_join_call()
only if OMPT_SUPPORT=1
Paths
| Differential D12495
Remove fork_context argument from __kmp_join_call() when OMPT is off ClosedPublic Authored by jlpeyton on Aug 31 2015, 10:25 AM.
Details Summary Conditionally include the fork_context parameter to __kmp_join_call() only if OMPT_SUPPORT=1
Diff Detail
Event TimelineComment Actions The change looks OK. If it is being made to isolate changes needed only by OMPT, then fine. If it is being made because there is concern that passing an extra argument to this routine might be a performance issue, then I suggest that there are bigger fish to fry than this. Closed by commit rL246460: Remove fork_context argument from __kmp_join_call() when OMPT is off (authored by jlpeyton). · Explain WhyAug 31 2015, 11:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 33603 openmp/trunk/runtime/src/kmp.h
openmp/trunk/runtime/src/kmp_csupport.c
openmp/trunk/runtime/src/kmp_gsupport.c
openmp/trunk/runtime/src/kmp_runtime.c
|