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

Archer wrappers don't link against libarcher.so automatically #23

Closed simoatze closed 7 years ago

simoatze commented 7 years ago

@jprotze pointed out that we have always to manually add -larcher when linking a program compiled with Archer. It is necessary to modify the Archer wrapper to add the libarcher libarary when using the OMPT support version.

dongahn commented 7 years ago

Sounds good to me.

dongahn commented 7 years ago

I guess the resolve keyword is gone from the last commit msg... closing.

simoatze commented 7 years ago

In the guide it says that the keyword needs to be in the body of the pull request. I don't understand.