Hello,
i am developing OpenMP programs and compiling them with clang-13/llvm-13, the OpenMP library being provided by libomp @13.0.0. Since the OpenMP 5.0 standard, an OMPT interface has been defined and implemented in clang/llvm and the standard specifies its C/C++ header file must be named “omp-tools.h" It is present in the openmp llvm source code base (see https://github.com/llvm-mirror/openmp/tree/master/runtime/src/include) but i can’t find it neither in package libomp nor libomp-devel, where i think they should reside. Is this header provided somewhere else ? Thanks. —Stéphane.
