]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix deal.II CMake flag in Tpetra warning 16603/head
authorJan Philipp Thiele <thiele@wias-berlin.de>
Wed, 7 Feb 2024 20:59:55 +0000 (21:59 +0100)
committerJan Philipp Thiele <thiele@wias-berlin.de>
Wed, 7 Feb 2024 20:59:55 +0000 (21:59 +0100)
cmake/configure/configure_20_trilinos.cmake

index 4cd100d01a6c6dd53c1bd42128d9abe7d163736f..f8ba7e57d71a8d1adf2c1c6f39169263adca92c0 100644 (file)
@@ -285,7 +285,7 @@ macro(feature_trilinos_find_external var)
             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"
+            "  Either reconfigure deal.II with -DDEAL_II_WITH_64BIT_INDICES=OFF.\n"
             "  or rebuild Trilinos with -DTPETRA_INST_INT_LONG_LONG=ON"
           )
           if(DEAL_II_HAVE_TPETRA_INT_LONG)
@@ -304,7 +304,7 @@ macro(feature_trilinos_find_external var)
             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"
+            "  Either reconfigure deal.II with -DDEAL_II_WITH_64BIT_INDICES=ON.\n"
             "  or rebuild Trilinos with -DTPETRA_INST_INT_INT=ON"
           )
           if(DEAL_II_HAVE_TPETRA_INT_LONG)

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.