#64549 closed enhancement (fixed)
libomp @13.0.0 libomp-devel : does not have OMPT support activated
Reported by: | duanegris | Owned by: | Eric A. Borisch <borisch.eric@…> |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | ||
Port: | libomp |
Description
Since the OpenMP 5.0 an OMPT interface has been defined by the standard. It is implemented in clang/llvm, and id in the openmp llvm source code base (see https://github.com/llvm-mirror/openmp/tree/master/runtime/src/include)
I noticed neither the libomp nor the libomp-devel ports provides the C/C++ header omp-tools.h
.
OMPT support is currently disabled in MacPorts libomp ports (-DLIBOMP_OMPT_SUPPORT=FALSE
is specified in the portfile),
It seems important to me to have it.
Change History (3)
comment:1 Changed 3 years ago by duanegris
Keywords: | ompt added; opt removed |
---|
comment:2 Changed 3 years ago by Eric A. Borisch <borisch.eric@…>
Owner: | set to Eric A. Borisch <borisch.eric@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 3 years ago by jmroot (Joshua Root)
Keywords: | openmp ompt removed |
---|---|
Milestone: | MacPorts Future |
Port: | libomp added; 2.7.1 removed |
Type: | request → enhancement |
Note: See
TracTickets for help on using
tickets.
In 912131ae479a022d1812ebd5147622fff1f3f40a/macports-ports (master):