Commit bfae4c59 authored by Roscoe A. Bartlett's avatar Roscoe A. Bartlett
Browse files

Set Tpetra_INST_INT_INT=OFF to reduce build times

Hopefully MPACT does not need 32 bit 'int' global ordinals and only needs 64
bit global 'long long' ordinals with Tpetra.  This should cut down on the
build times by a good bit.
parent ccd5751e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -47,6 +47,10 @@ IF(DEFINED ${PROJECT_NAME}_ENABLE_Teuchos)
  ENDIF()
ENDIF()

# Reduce template instantiations
SET(Tpetra_INST_INT_INT OFF CACHE BOOL
  "Don't need int global ordinal in Tpetra." )

## used to be after call to project

# Pull in the TriBITS system and execute