OpenMPToolsInterface / LLVM-openmp

This is a stale repository and only there for the commit history. All development moved over to the llvm-project repository! Was: LLVM OpenMP runtime with experimental changes for OMPT (Preview of TR7 features in *_tr branches)
Other
16 stars 13 forks source link

Declare omp_control_tool in fortran header #21

Closed jprotze closed 7 years ago

jprotze commented 7 years ago

Similar to the declaration of omp_control_tool in omp.h, the new function needs to be declared in the fortran headers. This includes the predefined values in Section 3.6.

The function will be part of the 5.0 user interface. Therefore, I think, the declaration and implementation are independend of OMPT_SUPPORT and only depend on OMP_50_ENABLED.