]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix spelling of a Tpetra configuration flag. 17034/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 May 2024 01:28:40 +0000 (19:28 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 May 2024 01:28:40 +0000 (19:28 -0600)
cmake/configure/configure_20_trilinos.cmake

index 0d5b1ab83748092f31bbb484e8d488e879dc12ee..c80291be2453072b700c937c18276759548fa9a1 100644 (file)
@@ -285,17 +285,17 @@ macro(feature_trilinos_find_external var)
             "  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_64BIT_INDICES=OFF\n"
-            "  or rebuild Trilinos with -DTPETRA_INST_INT_LONG_LONG=ON"
+            "  or rebuild Trilinos with -DTpetra_INST_INT_LONG_LONG=ON"
           )
           if(DEAL_II_HAVE_TPETRA_INT_LONG)
             message(
               STATUS
-              "  and -DTPETRA_INST_INT_LONG=OFF."
+              "  and -DTpetra_INST_INT_LONG=OFF."
             )
           elseif(DEAL_II_HAVE_TPETRA_INT_INT)
             message(
               STATUS
-              "  and -DTPETRA_INST_INT_INT=OFF."
+              "  and -DTpetra_INST_INT_INT=OFF."
             )
           endif()
         elseif(NOT DEAL_II_HAVE_TPETRA_INT_INT AND NOT DEAL_II_WITH_64BIT_INDICES)
@@ -304,17 +304,17 @@ macro(feature_trilinos_find_external var)
             "  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_64BIT_INDICES=ON\n"
-            "  or rebuild Trilinos with -DTPETRA_INST_INT_INT=ON"
+            "  or rebuild Trilinos with -DTpetra_INST_INT_INT=ON"
           )
           if(DEAL_II_HAVE_TPETRA_INT_LONG)
             message(
               STATUS
-              "  and -DTPETRA_INST_INT_LONG=OFF."
+              "  and -DTpetra_INST_INT_LONG=OFF."
             )
           elseif(DEAL_II_HAVE_TPETRA_INT_LONG_LONG)
             message(
               STATUS
-              "  and -DTPETRA_INST_INT_LONG_LONG=OFF."
+              "  and -DTpetra_INST_INT_LONG_LONG=OFF."
             )
           endif()
         endif()

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


Typeset in Trocchi and Trocchi Bold Sans Serif.