Skip to content
  • Berk Hess's avatar
    Remove hardcoded NBNxM i-cluster size · 71d00926
    Berk Hess authored and Andrey Alekseenko's avatar Andrey Alekseenko committed
    The NBNxM i-cluster size has been changed form a single constant
    to a, constexpr, lookup based on the kernel type. This enables
    more flexible changing of the i-cluster size.
    
    This also fixed a minor issue where the PP computation cost for
    determining the PP/PME balance was slightly overestimated with AVX
    (not AVX2), due to checking for GMX_SIMD_HAVE_FMA being defined
    instead of checking its value.
    71d00926