Looking at the sources, none includes an `omp.h` or `omp-tools.h` header: ``` rg "include.*omp.*\.h" ``` Yet the bazel library `:opensta_lib` depends on `@openmp` https://github.com/The-OpenROAD-Project/OpenSTA/blob/8575070292cd0eb0150d191795ba59ca7e610ec2/BUILD#L400 .. and sets the `-fopenmp` option: https://github.com/The-OpenROAD-Project/OpenSTA/blob/8575070292cd0eb0150d191795ba59ca7e610ec2/BUILD#L379 Is this intentional or some left-over from earlier versions ?
Looking at the sources, none includes an
omp.horomp-tools.hheader:Yet the bazel library
:opensta_libdepends on@openmpOpenSTA/BUILD
Line 400 in 8575070
.. and sets the
-fopenmpoption:OpenSTA/BUILD
Line 379 in 8575070
Is this intentional or some left-over from earlier versions ?