summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/ompt/parallel/nested_thread_num.c
Commit message (Collapse)AuthorAgeFilesLines
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-6/+6
| | | | | | | | | | | | | This patch updates the implementation of the ompt_frame_t, ompt_wait_id_t and ompt_state_t. The final version of the OpenMP 5.0 spec added the "t" for these types. Furthermore the structure for ompt_frame_t changed and allows to specify that the reenter frame belongs to the runtime. Patch partially prepared by Simon Convent Reviewers: hbae llvm-svn: 349458
* [OMPT] Fix typo in test parallel/nested_thread_num.cJonas Hahnfeld2018-07-251-1/+1
| | | | | | | This caused test failures with GCC since its initial commit in r336085 (https://reviews.llvm.org/D46533). llvm-svn: 337911
* [OMPT] Provide the right thread_num for ancestor levelsJoachim Protze2018-07-021-0/+357
The current implementation always provides the thread-num for the current parallel region. This patch fixes the behavior for ancestor levels >0. Differential Revision: https://reviews.llvm.org/D46533 llvm-svn: 336085
OpenPOWER on IntegriCloud