This change makes the runtime read the blocktime value set by kmp_set_blocktime() before reading from the internal variable set by KMP_BLOCKTIME.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D37403
Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCKTIME ClosedPublic Authored by hbae on Sep 1 2017, 2:57 PM.
Details Summary This change makes the runtime read the blocktime value set by kmp_set_blocktime() before reading from the internal variable set by KMP_BLOCKTIME.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 5 2017, 8:45 AM Closed by commit rL312539: Read blocktime value set by kmp_set_blocktime() before reading from… (authored by jlpeyton). · Explain WhySep 5 2017, 8:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 113868 openmp/trunk/runtime/src/kmp.h
openmp/trunk/runtime/src/kmp_barrier.cpp
|