Skip to content
  • Jakub Benda's avatar
    FindBLAS: Correct symbol searched in BLAS95 wrapper · 970b18e9
    Jakub Benda authored and Brad King's avatar Brad King committed
    The symbol "SGEMM", originally used to determine if a library provides
    Fortran 95 wrappers for BLAS, has been replaced by "sgemm_f95". "SGEMM"
    is provided by libmkl_intel_(i)lp64, which does not provide the generic
    Fortran 95 wrappers. Instead, libmkl_blas95_(i)lp does; one of the
    specializations of the type-generic interfaces contained in that library
    is "sgemm_f95".
    970b18e9