if(NOT DEAL_II_HAVE_TPETRA_INT_LONG_LONG AND DEAL_II_WITH_64BIT_INDICES)
message(
STATUS
- " Tpetra wasn't configured with support for 64-bit global indices"
- )
- message(
- STATUS
- " but deal.II is configured to use 64-bit global indices. "
- )
- message(
- STATUS
- " Either reconfigure deal.II with -DDEAL_II_WITH_64_BIT_INDICES=OFF."
- )
- message(
- STATUS
+ " Tpetra wasn't configured with support for 64-bit global indices\n"
+ " but deal.II is configured to use 64-bit global indices.\n"
+ " Either reconfigure deal.II with -DDEAL_II_WITH_64_BIT_INDICES=OFF.\n"
" or rebuild Trilinos with -DTPETRA_INST_INT_LONG_LONG=ON"
)
if(DEAL_II_HAVE_TPETRA_INT_LONG)
elseif(NOT DEAL_II_HAVE_TPETRA_INT_INT AND NOT DEAL_II_WITH_64BIT_INDICES)
message(
STATUS
- " Tpetra wasn't configured with support for 32-bit global indices"
- )
- message(
- STATUS
- " but deal.II is configured to use 32-bit global indices. "
- )
- message(
- STATUS
- " Either reconfigure deal.II with -DDEAL_II_WITH_64_BIT_INDICES=ON."
- )
- message(
- STATUS
+ " Tpetra wasn't configured with support for 32-bit global indices\n"
+ " but deal.II is configured to use 32-bit global indices.\n"
+ " Either reconfigure deal.II with -DDEAL_II_WITH_64_BIT_INDICES=ON.\n"
" or rebuild Trilinos with -DTPETRA_INST_INT_INT=ON"
)
if(DEAL_II_HAVE_TPETRA_INT_LONG)