PAPI does not detect ifort correctly

Issue #2184 resolved
Roland Haas created an issue

PAPI's makefile attempts to set options for the fortran compiler and checks for the intel compiler suite by comparing F77 to the string ifort. This breaks since for Cactus F77 is not ifort but something along the lines of /long/path/to/ifort . The attached patch replicates the methods that the Makefile already uses to identify the C compiler to identify the F77 compiler.

Keyword: PAPI

Comments (6)

  1. Roland Haas reporter
    • removed comment

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

  2. Roland Haas reporter

    Please review.

    This has been up for review since 2018-10-03.

    Unless objected I will push this (or an equivalent) patch after 2019-11-29.

  3. Log in to comment