PRUNERS / archer

Archer, a data race detection tool for large OpenMP applications
https://pruners.github.io/archer
Apache License 2.0
61 stars 13 forks source link

OMP_LIB_PATH not found #73

Open peihunglin opened 6 years ago

peihunglin commented 6 years ago

I bootstrap clang and then build archer following the instructions given at README file. The Archer building process failed to find OMP_LIB_PATH. I think the issue is related to the following: https://github.com/PRUNERS/archer/blob/6f71dc3726b8e0f41c17f23a2ffea1e6933043ca/cmake/FindOmp.cmake#L62

Should FIND_PATH(OMP_LIB_PATH) include the lib directory from the bootstrapped clang?