PRUNERS / archer

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

wrapper fixes to check link phase #18

Closed lee218llnl closed 7 years ago

lee218llnl commented 7 years ago

Only add -L and -Wl,-rpath flags during link stage. For #17.

dongahn commented 7 years ago

Looks good to me @lee218llnl!

A related question. If the user's code is MPI, how they should use the archer compiler wrapper to compile?

dongahn commented 7 years ago

Never mind. I actually see that from the README!