Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake: Use deal.II's global index type in Tpetra compatibility test #13973

Merged
merged 1 commit into from
Jun 14, 2022

Commits on Jun 14, 2022

  1. 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 */
    tamiko committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    611f482 View commit details
    Browse the repository at this point in the history