Amesos2: Attempted fix for #3234
Created by: mhoemmen
@trilinos/amesos2 @trilinos/tpetra @micahahoward @tcfisher
Description
Amesos2's SuperLU-DIST instantiations were not building correctly with Amesos2_ENABLE_Epetra=OFF
and Tpetra_INST_INT_INT=OFF
(i.e., with GlobalOrdinal=int
off). This commit should fix that. Other solvers in Amesos2 appear to do their instantiations correctly.
Motivation and Context
SPARC needs to turn off GlobalOrdinal=int
in order to build Trilinos in a more reasonable time.
Related Issues
- Closes #3234 (closed)
- Related to #2548
- Blocked by #3194 (closed)
How Has This Been Tested?
Linux, GCC, OpenMPI.
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. -
No new compiler warnings were introduced.