Skip to content

Amesos2: Fix #4992

James Willenbring requested to merge Fix-4992 into develop

Created by: mhoemmen

@trilinos/amesos2

Description

  • Permit Amesos2_ENABLE_Epetra=ON with Tpetra_INST_INT_INT=OFF.
  • Fix Amesos2's build for that case.

This took me about an hour to do and required only trivial index conversions.

Motivation and Context

@rppawlo needs this for Empire. Tpetra developers want to deprecate and remove template parameters like GlobalOrdinal. It's trivial to do index conversions, especially for a package like Amesos2, where the solves will take much longer than any index conversions that need to happen.

Related Issues

Merge request reports