Skip to content

MueLu: fix matvec kernel driver

James Willenbring requested to merge lucbv:MueLu_fix_MatvecKernelDriver into develop

Created by: lucbv

@trilinos/muelu

Description

Modifying the call to MatrixLoad in MatvecKernelDriver.cpp to comply with the new interface.

Motivation and Context

The interface change led to MatrixKernelDriver.cpp not building.

Related Issues

How Has This Been Tested?

I did a local build with the correct configuration to trigger a build of MatvecKernelDriver.cpp

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • I have read the code contribution guidelines for this project.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.

Merge request reports