include omp-tools.h not found in libomp or libomp-devel
Stéphane Genaud
genaud at unistra.fr
Thu Jan 27 16:16:33 UTC 2022
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.
More information about the macports-users
mailing list