The-OpenROAD-Project / The-OpenROAD-Project/OpenSTA
Q: no omp header included, yet depending :opensta_lib depends on @openmp ?
Nobody has claimed this yet.
- Dominant language
- Verilog
- Stars
- 619
- Forks
- 270
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
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
.. and sets the -fopenmp option:
Is this intentional or some left-over from earlier versions ?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the referenced BUILD file lines 379 and 400, then run the reported ripgrep command to confirm whether any source includes OpenMP headers. Check whether the @openmp dependency and -fopenmp option are required by the current sources; done means removing unnecessary configuration or documenting why it remains.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100