On Tue, Jun 30, 2020 at 06:50:54PM -0400, y2s1982 . via Gcc wrote:
> 2020-06-30 Tony Sim
>
> libgomp/ChangeLog:
>
> * libgompd.h : Add gompd_callbacks variable.
No space before :, but generally, you should be exact on what changed.
So
* libgompd.h: Include omp-tools.h.
(
Hello everyone,
For this week, I wanted to complete the OMPD library-wide functions, namely
the ompd_initialize and ompd_finalize. I took notes from:
- https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-5.0.pdf
,
-
https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/ompd-test