git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29718
0785d39b-7218-0410-832d-
ea1e28bc413d
# indices support is enabled.
# So we check for this:
#
- SET_IF_EMPTY(DEAL_II_WITH_64BIT_INDICES "OFF")
-
IF( (NOT PETSC_WITH_64BIT_INDICES AND DEAL_II_WITH_64BIT_INDICES)
OR
(PETSC_WITH_64BIT_INDICES AND NOT DEAL_II_WITH_64BIT_INDICES))
# Trilinos has to be configured with 32bit indices if deal.II uses unsigned long
# long int.
#
- SET_IF_EMPTY(DEAL_II_WITH_64BIT_INDICES "OFF")
-
IF(TRILINOS_WITH_NO_32BIT_INDICES AND NOT DEAL_II_WITH_64BIT_INDICES)
MESSAGE(STATUS "deal.II was configured to use 32bit global indices but "
"Trilinos was not."
MARK_AS_ADVANCED(DEAL_II_WITH_64BIT_INDICES)
+SET_IF_EMPTY(DEAL_II_WITH_64BIT_INDICES "OFF")
+
+
#
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams