Amesos2: Fix #4992
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
- Closes #4992 (closed)
- Related to #3234 (closed)