PAPI's compilation produces warnings

Issue #2185 resolved
Roland Haas created an issue

PAPI's build procedure currently contains two failing parts, one that shows up as error messages along the lines of "libthorn_PAPI.a_tests cannot be build" which is caused by Cactus setting a NAME variable in MAKEFLAGS which overrides what PAPI's Makefile wants to use and once that is finished, the tests actually fail to run since eg OpenMP libraries are missing.

The attached patch gets rid of NAME and builds only the parts we need.

The $(pwd)/libpfm4/lib/libpfm.a path is copied from the Makefile (Rules.pfm4_pe I believe).

Keyword: PAPI

Comments (8)

  1. Roland Haas reporter
    • removed comment

    Now that the Wu release is done, it is time to review and include or reject this.

  2. Log in to comment