]> https://gitweb.dealii.org/ - dealii.git/commit
CMake: Use deal.II's global index type in Tpetra compatibility test 13973/head
authorMatthias Maier <tamiko@43-1.org>
Mon, 13 Jun 2022 22:50:47 +0000 (17:50 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 14 Jun 2022 18:54:24 +0000 (13:54 -0500)
commit611f482a037d0b3ea91e2fdeb54da32f8be68f9a
tree6db1a3b958dc91eb44898b759a50cd656ea145c2
parent1776d641ac2eea420bbeeccc1534316c79eb0c55
CMake: Use deal.II's global index type in Tpetra compatibility test

We use Tpetra templates with types::global_dof_index throughout our
codebase - so we should also check for compatibility with said index
type.

Alternatively, this information is also available in
TpetraCore_config.h:

  /* #undef HAVE_TPETRA_INST_INT_INT */
  /* #undef HAVE_TPETRA_INST_INT_LONG */
  #define HAVE_TPETRA_INST_INT_LONG_LONG
  /* #undef HAVE_TPETRA_INST_INT_UNSIGNED */
  /* #undef HAVE_TPETRA_INST_INT_UNSIGNED_LONG */
cmake/configure/configure_20_trilinos.cmake

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.